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

If a method is declared as protected, where may the method be accessed in java programming?

0 Answers  


Is void a data type?

0 Answers  


I Have a class abstract with one abstract method, so that method should override in the subclass, but i dont want to override, if i am not override what will happen? If compilation will occur then i dont want to give compilation error, then what we need to do??? See the sample program. public abstract class AbstractExample { public abstract void sampleMethod(); } public class AbstractExampleImple extends AbstractExample { }

2 Answers   Mphasis,


What are the two ways of implementing multi-threading in java?

1 Answers  


What is linked hashmap and its features?

0 Answers  






What is java autoboxing?

0 Answers  


any other way to print the text without using System.out.println() in java?

5 Answers   IBM, Infosys,


how to accept integer array in java

2 Answers   Tech Guru,


What is object of class in java?

0 Answers  


What is map and hashmap? also tell the difference.

1 Answers  


What is basic syntax?

0 Answers  


What is use of map in java?

0 Answers  


Categories