Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


for what purpose we use applets ?

Answers were Sorted based on User's Feedback



for what purpose we use applets ?..

Answer / sri

For GUI interface between the user and browser, and
browser fields can make easy with the APPLETS.

Is This Answer Correct ?    16 Yes 3 No

for what purpose we use applets ?..

Answer / rajashree

Provides the classes necessary to create an applet and the
classes an applet uses to communicate with its applet
context.

Is This Answer Correct ?    6 Yes 6 No

for what purpose we use applets ?..

Answer / aftab ahmad

applet are always best for user while using java language.to facilitate the user from browser ,we use applet.applet is used on browser.there is no need to write main function while using applet.

Is This Answer Correct ?    1 Yes 4 No

Post New Answer

More Core Java Interview Questions

Explain listiterator and methods in listiterator?

0 Answers  


Can we override the main method?

4 Answers  


If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?

5 Answers  


Which command from the jdk compiles a java program?

0 Answers  


Can substring create new object?

0 Answers  


What is yield () in java?

0 Answers  


how you will prevent inheritance is there any other way other than inheritance?

4 Answers   Wipro,


what difference between throw and throws in exception handling.

5 Answers  


why there are multiple catches for a try block.don't tell me that there can be multiple exception of a code segment that's why.tell me the real fact behind this.

4 Answers  


How do you replace all in word?

0 Answers  


how tha garbage collector know that the object will be deleted? on which algorithm the garbage collector works? what is the working principle of garbage collector? How manay types of garbage collectors r there?

1 Answers   HP, SparkTG,


What problems will occur when you don?t use layout managers?

1 Answers  


Categories