JAVA test on P3
Question 1. How many types of variables in Java?- first
- 2
- 3
- 4
-
- Question 2. Which of the following variables are data fields?
- Representative variables and Parameters
-
- Representative variable and class variable
-
- Variables and local variables
-
- Class variables and Parameters
-
- Question 3. Which of the following variables are data variables?
-
- Class variables and Parameters
-
- Local variables and Parameters
-
- Local variable and class variable
-
The answers are wrong
-
- Question 4. Which of the following variables is the representative variable?
-
- float f;
-
- public static f;
-
- double CA (int f)
-
- There is no correct value
-
- Question 5. Which of the following statements is a class variable declaration?
-
final double d;
-
- private static id;
-
- volatile int sleepTime
-
- There is no right answer
-
- Question 6. Which of the following naming methods is incorrect?
-
- final
-
- dem
-
- _final
-
- $ final
-
- Question 7. How many basic data types are available in Java?
- 5
- 6
- 7
- 8
-
- Question 8. How many types of integers are there in Java?
- first
- 2
- 3
- All is wrong
-
- Question 9. How many basic character data types in Java?
- first
- 2
- 3
- 4
-
- Question 10. Definition of start () method?
-
All methods to perform the task after initialization must be inserted into the start method. start () starts the execution of the applet
-
Is the applet's starting method and runs in parallel with the applet
-
Applet initialization method and run parallel to the applet
- All is wrong
-
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.