When super keyword is used?
No Answer is Posted For this Question
Be the First to Post Answer
When do you create an index?
Can a constructor be made final?
what is the difference b/w static and final methods?
how to handle http request in struts
class A { class B { psvm(String args[]) { } } } if the prg saved in A.java whats the o/p?
What is the purpose of the enableevents() method in java programming?
What is immutable state?
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).
What is Java Annotations?
In the below Java Program, how many objects are eligible for garbage collection?
Can main() method in java can return any data?
Is it possible to compare various strings with the help of == operator?