what are the methods in object?


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

Post New Answer

More Core Java Interview Questions

What is stringreader?

0 Answers  


What are namespaces in java?

0 Answers  


How would you dynamically allocate memory to an array?

0 Answers   Atos Origin,


What is application tier?

0 Answers  


What is the purpose of skeleton and stub?

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  


When is finally block not called?

0 Answers  


What is the scope or life time of instance variables?

0 Answers  


How you can create a radio buttion using Checkbox class?

1 Answers  


Can we define private and protected modifiers for variables in interfaces?

0 Answers  


Explain runtime exceptions?

0 Answers  


How is garbage collection controlled?

0 Answers  


Categories