Answer Posted / induja
console application
GUI application
applet application
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
How do you use compareto?
What is the difference between call by reference and call by pointer?
Is it possible to override private or static method in java?
Describe different states of a thread.
Which is faster string or stringbuilder?
Is integer a class?
What is identifier with example?
What is difference between add() and addelement() in vector?
What is difference between fileinputstream and filereader in java?
Can we serialize singleton class?
What is stored procedure. How do you create stored procedure ?
What is the java project architecture?
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 array and arraylist in java?
What is the difference between the font and fontmetrics classes in java programming?