What is the difference between Applet and japplet?What are the traverses in binary tree? Write down how will you create a Binary tree? What is constructor and virtual function? Can we call a virtual function in a constructor? give example.

Showing Answers 1 - 10 of 10 Answers

sivakumar

  • Mar 4th, 2006
 

In my suggestion,In Japplet is used  Look and feel perpose bet applet doesn't the look and feel.

  Was this answer useful?  Yes

in applet we use native methods that wont good look and feel for that sake sun micro systems peolple invented javax.swing class where in japplet we will get better look and feel than applet that is the diffrence i think

native methods are written in c-language where japplet is written in java only

at the time of release they didnt complete entire coding part of java.awt thats why they used c-language and they develop awt based on c-language later they developed using swings

  Was this answer useful?  Yes

muthukrishnan

  • Apr 7th, 2006
 

japplet is super class but applet is a sub class

  Was this answer useful?  Yes

soorma

  • Apr 21st, 2006
 

 diiff is

 1. JApplet extends Applet

 2. Japplet suppurt various pane such as content pane, glass pane,root pane for good look n fillnot supported  by applet

 3. to add component to applet we call add() of applet where as to add compenent in Japplet we call add() of content pane

 email :- riteshyadav14@rediffmail.com

  Was this answer useful?  Yes

rizwan

  • Oct 23rd, 2011
 

muthukrishnan ...
i think Applet is a super class and JApplet is a sub class ..!

Rizwan ..!

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions