What is finalize() function in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is JDK? Mention the variants of JDK?
Explain final, finalize() and finally?
what is encapsulation in java? Explain
Is java jre still free?
What is defined as false sharing in the context of multithreading?
Which one will take more memory: an int or integer?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Can we have multiple classes in a single file?
There is a Banking application. It has 2 types of account, Savings and Current. Write a method calculateInterest by passing an ArrayList of these account objects and calculate Interest accordingly. Write code for this situation
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
How many arguments can a method have java?
Can we overload destructor in java?