Core Java Fundamentals
Description: Notes and Test Papers for Core Java Programming, Advanced Java, Java Swings, Servlets, Socket Programming, Network Programming in Java | |
Number of Questions: 22 | |
Created by: Tanuja Atwal | |
Tags: Core Java Programming Advanced Java Java Swings Servlets Socket Programming Network Programming in Java Programming |
To create swing components, which of the following is imported?
Swing elements are preceded by the letter
How many primitive data types are present in Java?
How many reference data types are present in Java?
Which of the following is/are container(s) in Java?
How many bitwise operators are present in Java?
Which method of graphic object is used to display an image in applet?
The border layout has ___ sections.
Which tag is used to pass parameter to applet through HTML file?
How many different types of layouts are supported by Java?
Which of the following packages is/ are needed in applet?
Runnable is
Wrapper classes are found in
Applet can be viewed by using
How many types of threads are there in Java?
The card layout stores layouts in
The JDBC classes are present in ____ package.
For networking in Java, which package needs to be imported?
Date is a class present in
The default layout for applets is
Random is a class present in
Which of the following are server side applets?