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 |
How do you sort in java?
What does super()represent, and how is it used in Java?
Can private class be inherited in java?
What is the use of java?
What is a copy constructor in java?
How do you use substring in java?
What is a variable declaration?
how can we import the user defined package without classpath?
My application URL : http://localhost:8080/Application/Login.jsp. When a user enter this url in IE then, how it get Login.JSP Page exactly? what are the processes will happen from when we submit the URL to get Login.jsp?
What method is used to compare two strings ?
Is set sorted in java?
Difference between overloading and overridding?