⟩ How will you initialize an Applet?
Write my initialization code in the applets init method or applet constructor.
Write my initialization code in the applets init method or applet constructor.
finalize( ) is only called just prior to _________A) InitialisationB) RuntimeC) Garbage CollectionD) None of the above
Sometimes a method will need to refer to the object that invoked it. To allow this, Java defines the_____ keywordA) thisB) thatC) theD) and
When an overloaded method is invoked, Java uses the type and/or number of arguments as its guide to determine which version of the overloaded method to actually callA) TrueB) False
In general, there are _________ ways that a computer language can pass an argument to a subroutineA) OneB) TwoC) ThreeD) Four
Through _________ , you can control what parts of a program can access the members of a classA) EncapsulationB) ClassC) InheritanceD) Polymorphism
What is Class Loader?
A variable declared as final prevents its contents from being modifiedA) TrueB) False
Deallocation of memory in Java is called Garbage CollectionA) TrueB) False
If you want to pass information into a program when you run it then command-line arguments are to main( )A) TrueB) False
The Code in java is contained within MethodsA) TrueB) False