What is float in java?
What interface is extended by awt event listeners?
What is string and example?
Can singleton class be serialized?
Explain the importance of throws keyword in java?
. Differentiate between instance and local variables.
How java uses the string and stringbuffer classes?
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 serialization and deserialization?
What JNDI(Java Naming and Directory Interface) provides?
Why non nested classes in java are not having marked as protected access specifier
What is the internal implementation of set in java?
how we can make a write-only class in java?