What is purpose of applet programming?



What is purpose of applet programming?..

Answer / Neha Jauhari

Applets were primarily used for interactive applications in a web browser before the rise of modern web technologies like HTML5, CSS, and JavaScript. They allowed multimedia content to be embedded directly into web pages.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

How many inner classes can a class have?

1 Answers  


What is the difference between DataInputStream and BufferedReader

2 Answers   Hexagon,


Write a method that will remove given character from the string?

1 Answers  


How to sort numbers in java without array?

1 Answers  


What is the purpose of javac exe?

1 Answers  


What is __ init __ functions?

1 Answers  


What is meant by data hiding/encapsulation?

1 Answers   Cyient,


steps to connect with Oracle Databse using TYPE-2 Jdbc driver.

3 Answers  


why we cannot declare static variable inside a static method

4 Answers  


What restrictions are placed on method overloading in java programming?

1 Answers  


What is the difference between state-based unit testing and interaction-based unit testing?

1 Answers  


Can we pass a primitive type by reference in java? How

1 Answers  


Categories