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 ?

Answers were Sorted based on User's Feedback



How do you load an HTML page from an Applet ?..

Answer / guest

by appletviewer or a web browser

Is This Answer Correct ?    0 Yes 2 No

How do you load an HTML page from an Applet ?..

Answer / 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

More Core Java Interview Questions

How are variables stored?

0 Answers  


Explain java coding standards for interfaces?

0 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


Java Compiler is stored in JDK, JRE or JVM?

0 Answers  


What is += mean in java?

0 Answers  


How many bits are in a sentence?

0 Answers  


What is the locale class in java programming?

0 Answers  


What is the generic class?

0 Answers  


What is passing parameters in java?

0 Answers  


What are the types of java?

0 Answers  


What are the steps to do connection pooling in weblogic?

1 Answers   TCS,


Is logger a singleton?

0 Answers  


Categories