What is the difference between applications and applets?
Answer / Roop Singh Rana
Applications are standalone Java programs that can be executed directly, while applets are small Java programs designed to run within a web browser as part of an HTML page. Applications have full access to the system resources, whereas applets run in a restricted environment with limited capabilities.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a scrollbar and a jscrollpane ?
Does Swing contains any heavy weight component?
What are swing components?
What is jfc? What are the features of jfc?
What is awt and swing in java?
How to print in java swing application?
What is the corresponding Layout for Card in Swing?
What is pane in swing?
What is swing gui?
What are the advantage of swing over awt?
What is swing?
What is an event and what are the models available for event handling?