What is finally and finalize in java?
No Answer is Posted For this Question
Be the First to Post Answer
Can You Have Virtual Functions In Java?
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?
What is compareto () in java?
What are the main uses of this keyword?
What is the function of static in java?
Different types of modifiers?
What’s the difference between the methods sleep() and wait()?
Explain the importance of finally block in java?
What is java and why do we need it? Explain
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
What does sprintf return?
What is meant by inheritance and what are its advantages?