Why java is made?
No Answer is Posted For this Question
Be the First to Post Answer
How to initialize an Applet ?
What is split return?
What is the different between get and post?
What are alternatives to java serialization?
What is Map interface?
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 the benefits of immutable objects?
any other way to print the text without using System.out.println() in java?
Explain the difference between getAppletInfo and getParameterInfo?
What is the difference between hashmap and hashtable? What is an interface?
How many characters is 16 bytes?
Difference in the use of print, println, and printf.