JAVA test test P1
- Question 1: What is the file containing the compiled java source code?
- .java
- .class
- .jav
- .exe
-
- Question 2. What are the components of Java platform?
- first
- 2
- 3
- 4
-
- Question 3. What is Java Virtual Machine?
- Is a component of the Java platform used to read bytecode code in a .class file
- Is a compiled program of java used to compile java source file into bytecode code
- Is the program running for java
- All answers are correct
-
- Question 4. Java runs on any of the following operating systems:
- Microsoft Windows
- Linux
- Sun Solaris OS
- All answers are correct
-
- Question 5. What is API?
- Java source code library
- A library containing built-in software components that provides functionality for the Java program
- The library provides a graphical interface for Java programs
- All is wrong
-
- Question 6. Which of the following features does the Java programming language provide?
- Integrated library
- Application programming interface
- User interface toolkit
- All answers above
-
- Question 7. How many ways to write comments in Java?
- first
- 2
- 3
- 4
-
- Question 8. What is the order of public and static keywords when opening a package?
- public stands before static
- static precedes public
- Any order but usually public standing first
- All is wrong
-
- Question 9. What is the standard declaration statement for main method?
- public static void main (String [] a) {}
- public static int main (String args) {}
- public static main (String [] args) {}
- public static final void main (String [] args) {}
-
- Question 10. Which of the following statements is wrong?
- /** note */
- /* note */
- /* note
- // note
-
5 ★ | 1 Vote
You should read it
May be interested
- Test on JAVA test on P9unlike most common programming languages, instead of compiling the source code into machine code or interpreting source code when running, java is designed to compile the source code into bytecode, then bytecode will be run by the runtime environment. . to help you better understand this programming language, the following quiz of network administrator will give you lots of useful knowledge.
- Get familiar with NetBeans Java IDEin the following article, we will introduce you the most basic features of netbeans ide through a small test, which is to create the 'hello world' java application. and when finished, you will know the general knowledge and process when programming applications in ide ...
- Testing test on JAVA P2multiple choice questions on java programming help you test your basic knowledge of this programming language. the set of questions includes 10 sentences to try.
- JAVA P8 test quizif you are interested in learning about the java programming language, the following quiz of network administrator will provide you with a lot of useful knowledge for your learning.
- Basic Java syntaxa java program can be defined as a collection of objects, communicating through calling each other's procedures. now we will look at the class, object, procedure and instance variable / instance variable to consider their meaning.
- eQuiz - Multiple choice test on Java Swing Practicewelcome to the test series of tipsmake.com with topics related to the fields of information technology. and this time we will continue with the java swing practice test, a total of 13 questions will be answered with no time to answer each sentence. there will be some questions with many different answer options
- What is JAVA file? How to open, edit and convert JAVA filesa file with a .java extension is (or sometimes also used in .jav format) is a java source file written in the java programming language.
- eQuiz - Multiple choice quiz about JAVAfollowing are multiple-choice questions related to java programming language, there will be 23 questions in total with no answer for each time. let's get started!
- Download and install Java on the computerto program java on your computer, you need to install the java environment, this tutorial will show you how to download and install java on your computer.
- Basic Java exercises, with sample decodingto serve your java learning needs, tipsmake.com has synthesized some java exercises from many sources, including sample code (for some articles). hopefully it can be helpful to learn your java programming language.