Object of __________ class is created to creat Textfield. Select one: a.TextBox() b.TextField() c.Text() d.Textfield() _______ method is used to include the various awt components on the screen. Select one: a.include() b.inclusive() c.add() d.None of these ______ are used to create GUI application. Select one: a.Applets b.Applications c.Both A and B d.Can't say
Object of __________ class is created to creat Textfield.
Select one:
a.TextBox()
b.TextField()
c.Text()
d.Textfield()
_______ method is used to include the various awt components on the screen.
Select one:
a.include()
b.inclusive()
c.add()
d.None of these
______ are used to create GUI application.
Select one:
a.Applets
b.Applications
c.Both A and B
d.Can't say
Applets cannot make network connection exception to the server host from which it is originated.
Select one:
a.FALSE
b.TRUE
c.May be True
d.May be False
Clear my choice
______ tag is used to embed an applet inside HTML page.
Select one:
a.<app></app>
b.<applet></applet>
c.<at></at>
d.None of these
AWT stands for _________.
Select one:
a.Applet with test
b.Applet window toolkit
c.applet window test
d.Abstract window toolkit
______ method is used to display the output of an applet.
Select one:
a.paint()
b.display()
c.displayapplet()
d.None of these
______ is invoked just after the start() method in applet.
Select one:
a.stop()
b.paint()
c.start()
d.destry()
An applet is a java program that runs in the ______________.
Select one:
a.web browser
b.web server
c.web container
d.None of these
Tick the correct option: An applet can play an audio file.
Select one:
a.Yes
b.No
c.Can't say
d.None of these
State True or False: Applet class does not define main().
Select one:
a.FALSE
b.TRUE
c.May be True
d.May be False
________ is required to view an applet.
Select one:
a.JVM
b.Web browser Plug-in
c.Either A or B
d.All of these
______ is used in applets to display a string on the screen.
Select one:
a.displayString()
b.displaytext()
c.display()
d.All of these
Applet works at _______ side.
Select one:
a.server
b.client
c.Away
d.FALSE
_____ method is called once during the life cycle of an applet.
Select one:
a.paint()
b.start()
c.init()
d.All of these
When an applet is terminated, which of the following sequences of methods calls take place?
Select one:
a.stop(),paint(),destroy()
b.destroy(),stop(),paint()
c.destroy(),stop()
d.stop(),destroy()
______ method is called once the user moves to the tab on the browser window.
Select one:
a.stop()
b.destry()
c.finish()
d.All of these

Trending now
This is a popular solution!
Step by step
Solved in 2 steps









