What is the difference between int and integer in java?


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

Post New Answer

More Core Java Interview Questions

How do you break a loop?

0 Answers  


Why parsing is done?

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


What is unicode with example?

0 Answers  


How do I get 64 bit java?

0 Answers  


Is break statement can be used as labels in java?

0 Answers  


Why do we need strings in java?

0 Answers  


What is the difference between final, finally and finalize() in java?

0 Answers  


What is matcher in java?

0 Answers  


what is use of marker interface? give me good example?

2 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


What is basic syntax?

0 Answers  


Categories