aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Introduction to Java
  • After compilation of file Myprog.java, a new file is crea...
Multiple choice

After compilation of file Myprog.java, a new file is created with the name ___________.

  1. Myprog.obj

  2. Myprog.cls

  3. Myprog.class

  4. Myprog.exe

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

After compilation of the file Myprog.java, byte code is produced. The file name of this byte code is Myprog.class.

Keep practicing — related questions

  • ____________________ file is the output of a compiler.
  • When Java source code is compiled, each individual class is put into its own output file named after the cl...
  • The Java compiler requires that a source file use the ________ filename extension
  • What will be the file name for the following program? class Student { public static void main(String args[]...
  • The list of locations for the compiler to search in order to resolve class names at compile time is called ...
  • ___________file is the output of a linker.
  • The program which we write in the edit window is known as ______.
  • What are the three types of files created after creating and bulding a program in C?
Play the full quiz 🎤 Practise this topic out loud

Practice this topic

  • Programming Languages and Compilers (2284 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy