Why destructor is not used in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is the best way to findout the time/memory consuming process?
what is servlet enginee?
Why stringbuilder is not thread safe in java?
what is the constructor and how many types of constructors are used in java?
If we allocate the memory using 'new' & de-allocated using 'free' then what will happen?
public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }
What are 4 pillers of object orinted programming?
Compare Mutex and Semaphore in java.
What is the use of callablestatement?
How do you declare an infinite loop?
What is the latest version of java?
What is a literal coding?