Integer.parse Int(bf.readLine(System.out.println("enter
value for n["+m+"]:")));
can it run under this



Integer.parse Int(bf.readLine(System.out.println("enter value for n["+m+"]:")))..

Answer / sunil kumar

No it will not run because there should not space between
parseInteget.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

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[]))

1 Answers  


What is a protected class in java?

1 Answers  


what is thread? : Java thread

1 Answers  


what is the reason behind non static method cannot be referenced from a static Context?

2 Answers  


What is a class component?

1 Answers  


what is mean by synchronization?

3 Answers   BOB Technologies, GCPL,


What are the states of thread in java?

1 Answers  


Is string passed by reference in java?

1 Answers  


What is an image buffer?

1 Answers  


Can set contain duplicates?

1 Answers  


what is net based application and its types

1 Answers  


Can you run java program without main method?

1 Answers  


Categories