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

What is meant by class loader and how many types are there?

2 Answers   Apple,


Can a constructor be made final?

0 Answers  


What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


What does I ++ mean?

0 Answers  


when we have to use final class in java?

2 Answers  






What is singleton class in java and how can we make a class singleton?

0 Answers  


Give example to differentiate between call by value and call by reference.

0 Answers   TCS,


What is the purpose of a volatile variable?

0 Answers  


What is the base class of all exception classes?

0 Answers  


Differentiate between overriding and overloading cases?

0 Answers   Amdocs,


How to implement a multithreaded applet?

0 Answers  


why abstract class will have a constructor?

4 Answers  


Categories