What is number data type in java?


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

Post New Answer

More Core Java Interview Questions

What is * argv?

0 Answers  


What is meant by class and object in java?

0 Answers  


What is keyword auto for?

0 Answers  


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

0 Answers  


How does the java compiler work?

0 Answers  


Which variable is the independent variable?

0 Answers  


What is the difference between serial and throughput garbage collector?

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  


Is java se free?

0 Answers  


How to split a string in java?

0 Answers  


What are the methods available in a class?

0 Answers  


What does math floor () do?

0 Answers  


Categories