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

Can we have multiple public classes in a java source file?

0 Answers  


What is the use of inner class?

0 Answers  


java is fullu object oriented or pure? why?

8 Answers  


Why are functions called methods in java?

0 Answers  


What is lazy initialization in java?

0 Answers  






What happens if I remove static from main method?

0 Answers  


Can classes declared using the abstract keyword cab be instantiated?

0 Answers   MCN Solutions,


What is meant by Java interpreter?

4 Answers  


What is anonymous class?

2 Answers  


What is java in detail?

0 Answers  


How can you debug the Java code?

6 Answers   BirlaSoft,


Difference between character constant and string constant in java ?

0 Answers  


Categories