Integer.parse Int(bf.readLine(System.out.println("enter
value for n["+m+"]:")));
can it run under this
Answer / sunil kumar
No it will not run because there should not space between
parseInteget.
| Is This Answer Correct ? | 0 Yes | 0 No |
1.) if we use "private" in place of "public" in public static void main()... 2.) if we use "int" in place of "void".... 3.) can we ommit "static" keyword from that statement.... 4.) also can we give the command line arguments type as int type or float,etc.(.i.e (string args[]))
What is a protected class in java?
what is thread? : Java thread
what is the reason behind non static method cannot be referenced from a static Context?
What is a class component?
what is mean by synchronization?
3 Answers BOB Technologies, GCPL,
What are the states of thread in java?
Is string passed by reference in java?
What is an image buffer?
Can set contain duplicates?
what is net based application and its types
Can you run java program without main method?