McqMate
Sign In
Hamberger menu
McqMate
Sign in
Sign up
Home
Forum
Search
Ask a Question
Sign In
McqMate Copyright © 2025
→
Bachelor of Computer Applications (BCA)
→
Java Programming
→
The class used to make a standalone appl...
Q.
The class used to make a standalone application in java.
A.
Applet
B.
Panel
C.
Frame
D.
Form
Answer» C. Frame
5.2k
0
Do you find this helpful?
35
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
State true or false (i) Java RMI supports distributed objects written entirely in java (ii) Java RMI makes use of stubs and skeleton (iii) In Java RMI an object registers itself with a media server (iv) IDL is interface declaration language
Match the following (a) Datagram Socket (i) UDP connection (b) URL (ii) provides a necessary framework of debugging java programs (c) java.net (iii) makes it possible to communicate over a network with java programs (d) sun.tools.debug (iv) is a java object that represents WWW address
What is different between a Java applet and a Java application?
What is different between a Java applet and a Java application?
Can you write a Java class that could be used both as an applet as well as an application?
Which class is the super class of all classes of the java.lang package?
Consider the following program: import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program?
Which of these class is not a member class of java.io package?
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension.
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________.