What is an Applet ?
Answers were Sorted based on User's Feedback
An Applet is a dynamic and interactive program that runs
inside a web page enabled by a java capable browser.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / sivasagar
Applet is output of a java program in a window which can
run with the help of java enabled browser.
| Is This Answer Correct ? | 0 Yes | 2 No |
What is a numeric format?
Write java code to print "Hello how are you" Thread1 should have "Hello" Thread2 should have "how are you" both the threads should start at the same time
What is final, finally, finalize?
What is array length in java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
how an we achive multiple inhetitance in java using interface..??
What is a “stateless” protocol ?
What is difference between fail-fast and fail-safe?
When should you make a function static?
Which method will get invoked first in a stand alone application?
How to make a read-only class in java?
How does hashset work in java?