What is scanner in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Can a class declared as private be accessed outside it’s package?

0 Answers  


What is an object class?

0 Answers  


suppose in a class there is a code like this: { Set hs=new Hashset(); hs.add(new Emp("kathy",1000)); hs.add(new Emp("kathy",2000)); } how can u avoid the above code in your class as set won't allow duplicate objects?

3 Answers  


What is the replace tool?

0 Answers  


What comes to mind when someone mentions a shallow copy in java?

0 Answers  






What is the difference between Java Program Constructor and Java Program Method, What is the purpose of Java Program constructor Please Explain it Breafily?

0 Answers   PUCIT,


How to make a non daemon thread as daemon?

0 Answers  


class A{ class B{ } } in which name u save the file,its the program compile?

6 Answers   HCL,


Convert Binary tree to linked list.

0 Answers   Amazon,


How do you stop a thread in java?

0 Answers  


Why method overriding is used?

0 Answers  


What about instanceof operator in java?

0 Answers  


Categories