What is an Applet ?

Answers were Sorted based on User's Feedback



What is an Applet ?..

Answer / niranjanravi

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

What is an Applet ?..

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

Post New Answer

More Core Java Interview Questions

What is the default value of byte datatype in java?

0 Answers  


What do you mean by stack?

0 Answers   Accenture,


What is binary tree in java?

0 Answers  


Are arrays classes in java?

0 Answers  


Write a function to find out longest palindrome in a given string?

0 Answers  






Which is easier .net or java?

0 Answers  


Is java a utf 8 string?

0 Answers  


What is the collections api in java programming?

0 Answers  


public class BatchTest { public static void main(String[] args) { Runtime run = Runtime.getRuntime(); try { Process p = run.exec("cmd start /c D:/test.bat"); System.out.println(p.exitValue()); } catch (Exception e) { e.printStackTrace(); } System.out.println("FINISHED"); } }

0 Answers  


How many bytes is a string?

0 Answers  


What is difference between synchronize and concurrent collection in java?

0 Answers  


What is the access scope of a protected method?

0 Answers  


Categories