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
→
What is the file extension of compiled j...
Q.
What is the file extension of compiled java program?
A.
.class.
B.
.java.
C.
.css.
D.
.html.
Answer» A. .class.
1k
0
Do you find this helpful?
22
View all MCQs in
Java Programming
Discussion
No comments yet
Login to comment
Related MCQs
When Java source code is compiled, each individual class is put into its own output file named after the class and using the ______ extension.
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
Consider the following program: import myLibrary.*; public class ShowSomeClass { // code for the class... } What is the name of the java file containing this program?
Java source files are compiled and converted to
What is different between a Java applet and a Java application?
What is different between a Java applet and a Java application?
Java enables the creation of cross-platform programs by compiling into an intermediate representation called Java ____________.
You execute the code below in an empty directory. What is the result? File f1 = new File ("dirname");F ile f2 = new File (f1, "filename");
You read the following statement in a Java program that compiles and executes. submarine.dive(depth); What can you say for sure?