Difference between this() and super() in java ?
No Answer is Posted For this Question
Be the First to Post Answer
What is wrapper class example?
What is the size of int in 64-bit jvm?
Can we declare main () method as non static?
How to deprecate a method? Show it with proper example. Plz give the answer of this.Thanx in advance. mail me: tanzeem.akhtar@gmail.com
how cani read a command line argument?(usingfile object).
What is the difference between a loader and a compiler?
How can I become a good programmer?
Write an algorithm program in java for the following question.. In a VLSI design techniques,they used rectangles to design circuits. EVery rectangle is to be placed according to x,y coordinates. Check whether or not two rectangles overlap each other. Here overlapping of rectangles is acceptable, if 1) one rectangle intersect with other. 2) one rectangle fully covers other. The time of algorithm should not exceed o(n logn).
Can java arraylist hold different types?
What is generic class?
Difference between overriding and overloading in java?
Is java map thread safe?