Are arrays primitive data types?
What does the “static” keyword mean?
Is java 1.7 the same as java 7?
what is platform
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 are facelets templates?
Diff between C++ and java?
What do you mean by constructor?
What are design patterns and please explain?
what methods would you overwrite in java.lang.object class?
What is the effect of keeping a constructor private?
Is java free for commercial?
How to create a custom exception?