Answer Posted / pakaj nigam
hi applet is to be initialized as this method
public void init()
init-refers to initialized
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How is hashcode calculated in java?
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).
describe method overloading
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What are the wrapped, classes?
Can we execute a program without main?
Is null a value?
How variables are stored in memory?
What modifiers may be used with an inner class that is a member of an outer class in java programming?
Why is static used?
What about main thread in java?
what is the difference between yielding and sleeping? : Java thread
How to invoke external process in java.
Can you instantiate the math class?
What is the function of log?