Wednesday, 18 January 2017

level 0 : 04 Step by step interview question to crack the interview.

1. what do you mean by command line arguments ?
2. what tool we use to take arguments from command line?
3. where does command line argument automatically stored?
4. who passes command line arguments to main method?
5. write a simple java program to get the command line values?
6. what separate command line arguments from each other ?
7. write a java program to get the command line value using loop ?
8. write a program to convert the string type numeric value into “int” type ?
9. except the value from command line and check how many values are even or odd?
10. except the value from command line and find out the minimum and maximum values?

No comments:

Post a Comment