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...

How do you load an HTML page from an Applet ?

Answer Posted / anuj shukla

To execute an applet in a Web browser, you need to write a
short HTML text file
that contains the appropriate APPLET tag. Here is the HTML
file that executes
SimpleApplet:
<applet code="SimpleApplet" width=200 height=60>
</applet>

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is char a method in java?

1124


Can I declare class as static or private?

1010


What do you mean by hashing?

1163


How do you reverse a string in java without using string buffer?

1149


What is the difference between yield() and sleep()?

1063


Does java trim remove newline?

1050


What is threaded programming and when is it used? : Java thread

1111


What does those terms actually mean included in the j.d.k i.6?

2173


Why does abstract class have constructor?

1064


What is valid keyword in java?

1043


What is a data structure java?

1064


Is map ordered in java?

994


What happens if I remove static from main method?

1053


What is the generic function?

1037


What is difference between ++ I and I ++ in java?

1030