CBSE Class 12 Informatics Practices Java Application Worksheet

Read and download free pdf of CBSE Class 12 Informatics Practices Java Application Worksheet. Students and teachers of Class 12 Informatics Practices can get free printable Worksheets for Class 12 Informatics Practices Java Application in PDF format prepared as per the latest syllabus and examination pattern in your schools. Class 12 students should practice questions and answers given here for Informatics Practices in Class 12 which will help them to improve your knowledge of all important chapters and its topics. Students should also download free pdf of Class 12 Informatics Practices Worksheets prepared by school teachers as per the latest NCERT, CBSE, KVS books and syllabus issued this academic year and solve important problems with solutions on daily basis to get more score in school exams and tests

Worksheet for Class 12 Informatics Practices Java Application

Class 12 Informatics Practices students should refer to the following printable worksheet in Pdf for Java Application in Class 12. This test paper with questions and answers for Class 12 will be very useful for exams and help you to score good marks

Class 12 Informatics Practices Worksheet for Java Application


Easy
Question.
Why does Java use Unicode ?
Question. What criteria would you suggest to choose the right loop for a specific job ?

Average
Question.
What is wrong with the following code ?
Switch(x) {
Case 1 :
N1=10;
N2=20;
Case 2 :
N3=30;
Break ;
N4=40;
}

Hots
Question. Give the output of the following code : Int m=100;
While (m>0) {
If (m<10)
Break ;
M=m‐10;
}
System.out.println ( “m is “ +m); 
 

Question. Why is Java often termed as a platform?
Answer: Platform is the environment in which programs execute. Instead of interacting with the Operating System directly, Java programs runs on a virtual machine provided by Java, therefore Java is often referred to as a platform also.

Question. What is a bytecode?
Answer: Bytecode is a set of pseudo mechanic language instructions that are understood by the JVM (Java Virtual Machine) and are independent of the underlying hardware.

Question. What do you understand by JVM?
Answer: JVM or Java Virtual Machine is an abstract machine designed to be implemented on top of existing processors. It hides the underlying OS from Java application. Programs written in Java are compiled into Java byte-code, which is then interpreted by a special java Interpreter for a specific platform. Actually this Java interpreter is known as Java Virtual Machine (JVM).

Question. What is JDK (Java Development Kit)?
Answer: The Java development kit comes with a collection of tools that are used for developing and running java programs.

Question. What are Java APIs?
Answer: The Java APIs (Application Program Interface) consist of libraries of pre-compiled code that programmers can use in their application.

Question. Write the five characteristics of Java/BlueJ?
Answer:
1. Write Once Run Anywhere
2. Light weight code
3. Security
4. Built in Graphics
5. Object Oriented Language
6. Support Multimedia
7. Platform Independent.
8. Open Product.

Question. What do you know about BlueJ? Answer: BlueJ is a Java development environment. It is an IDE (Integrated Development Environment), which includes an editor a debugger and a viewer. Question. How you create, compile and execute a program in Java or BlueJ? Explain your answer?
Answer: Create: Click on new class button from BlueJ editor, then type the class name a program icon will be created. double click on it, a program editor will be open, erase the code and type your program coding.
Compile: click the compile button on the left of the window or right click on the class icon and select compile from the menu options.
Execute: Right click on the class icon and select new class name option. A dialogue box appears type the name of the object. A object icon will be created at the bottom. Right click on the object icon and select the method we want to execute.

Question. The two types of Java programs/applications are?
Answer: The two types of Java Applications are ‘Internet Applets’ and ‘Stand alone application’.

Question. State the distinguishing features of Java and C++?
Answer: (i) Java does not support operator overloading.
(ii) Java does not use pointers.
(iii) There are no header files in Java.
(iv) Java does not have template classes as in C++.

Question. State the differences between Syntax errors and Logical errors.
Answer: The compiler can only translate a program if the program is syntactically correct; otherwise the compilation fails and you will not be able to run your program. Syntax refers to the structure of your program and the rules about that structure. The second type of error is a run-time error, so-called because the error does not appear until you run the program. In Java, run-time errors occur when the interpreter is running the byte code and something goes wrong.

Question. “Object is an instance of a class”, explain.
Answer: Object of a class contains data and functions provided in a class. it possesses all the features of a class. Hence object is termed as instance of a class.

Question. Name four basic features of JAVA.
Answer: Basic features of Java as follows:
i) It is an object oriented language.
ii) Java program is both compiled and interpreted..
iii) Java program can be application or applet.
iv) java is case sensitive language, i.e. it distinguished upper and lower case letters.

Question. Differentiate between Compiler and Interpreter.
Answer: Compiler convert source code to machine language whole at a time. Interpreter converts program from high level language to machine level language line by line or statement by statement.

Question. Java uses compiler as well as interpreter, explain.
Answer: Java compiler converts Java source code to byte code. This byte code is further converted into machine code to make it applicable for the specific platform by using interpreter.

Question. Differentiate between Source code and Byte code.
Answer: Source code is the program developed in Java Language, which is input to a computer through the keyboard.
Compiler converts source code to byte code for interpretation.

Question. Differentiate between Testing and Debugging.
Answer: Testing is the process of checking program logic manually to ensure whether it contains any error or not. Debugging is the process of removing errors from a program.

 

More Worksheets for Class 12 Informatics Practices
CBSE Class 12 Informatics Practices Commonly Used Libraries Worksheet
CBSE Class 12 Informatics Practices Computer Networking Worksheet
CBSE Class 12 Informatics Practices Computer Xml Extensible Markup Language Worksheet
CBSE Class 12 Informatics Practices Concept Of Inheritance Worksheet
CBSE Class 12 Informatics Practices Database Connectivity To MySQL Worksheet
CBSE Class 12 Informatics Practices Database Fundamentals MySQL Revision Tour Worksheet
CBSE Class 12 Informatics Practices Database Transactions Worksheet
CBSE Class 12 Informatics Practices File Handling Worksheet
CBSE Class 12 Informatics Practices Html Basic Html Elements Worksheet
CBSE Class 12 Informatics Practices Html Lists Tables And Forms Worksheet
CBSE Class 12 Informatics Practices Introducing Classes And Objects Worksheet
CBSE Class 12 Informatics Practices It Applications Worksheet
CBSE Class 12 Informatics Practices Java Application Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Revision Worksheet
CBSE Class 12 Informatics Practices Java Gui Programming Worksheet
CBSE Class 12 Informatics Practices More On Sql Grouping Records And Table Joins Worksheet
CBSE Class 12 Informatics Practices MySQL Worksheet
CBSE Class 12 Informatics Practices Networking Worksheet
CBSE Class 12 Informatics Practices Open Source Concepts Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet
CBSE Class 12 Informatics Practices Sure Shot Questions Worksheet Set A
CBSE Class 12 Informatics Practices Table And Integrity Constraints Worksheet
CBSE Class 12 Informatics Practices Web Application Development Worksheet

More Study Material

CBSE Class 12 Informatics Practices Java Application Worksheet

We hope students liked the above worksheet for Java Application designed as per the latest syllabus for Class 12 Informatics Practices released by CBSE. Students of Class 12 should download in Pdf format and practice the questions and solutions given in the above worksheet for Class 12 Informatics Practices on a daily basis. All the latest worksheets with answers have been developed for Informatics Practices by referring to the most important and regularly asked topics that the students should learn and practice to get better scores in their class tests and examinations. Studiestoday is the best portal for Class 12 students to get all the latest study material free of cost.

Worksheet for Informatics Practices CBSE Class 12 Java Application

Expert teachers of studiestoday have referred to the NCERT book for Class 12 Informatics Practices to develop the Informatics Practices Class 12 worksheet. If you download the practice worksheet for one chapter daily, you will get higher and better marks in Class 12 exams this year as you will have stronger concepts. Daily questions practice of Informatics Practices worksheet and its study material will help students to have a stronger understanding of all concepts and also make them experts on all scoring topics. You can easily download and save all revision worksheet for Class 12 Informatics Practices also from www.studiestoday.com without paying anything in Pdf format. After solving the questions given in the worksheet which have been developed as per the latest course books also refer to the NCERT solutions for Class 12 Informatics Practices designed by our teachers

Java Application worksheet Informatics Practices CBSE Class 12

All worksheets given above for Class 12 Informatics Practices have been made as per the latest syllabus and books issued for the current academic year. The students of Class 12 can be rest assured that the answers have been also provided by our teachers for all worksheet of Informatics Practices so that you are able to solve the questions and then compare your answers with the solutions provided by us. We have also provided a lot of MCQ questions for Class 12 Informatics Practices in the worksheet so that you can solve questions relating to all topics given in each chapter. All study material for Class 12 Informatics Practices students have been given on studiestoday.

Java Application CBSE Class 12 Informatics Practices Worksheet

Regular worksheet practice helps to gain more practice in solving questions to obtain a more comprehensive understanding of Java Application concepts. Worksheets play an important role in developing an understanding of Java Application in CBSE Class 12. Students can download and save or print all the worksheets, printable assignments, and practice sheets of the above chapter in Class 12 Informatics Practices in Pdf format from studiestoday. You can print or read them online on your computer or mobile or any other device. After solving these you should also refer to Class 12 Informatics Practices MCQ Test for the same chapter.

Worksheet for CBSE Informatics Practices Class 12 Java Application

CBSE Class 12 Informatics Practices best textbooks have been used for writing the problems given in the above worksheet. If you have tests coming up then you should revise all concepts relating to Java Application and then take out a print of the above worksheet and attempt all problems. We have also provided a lot of other Worksheets for Class 12 Informatics Practices which you can use to further make yourself better in Informatics Practices

Where can I download latest CBSE Printable worksheets for Class 12 Informatics Practices Java Application

You can download the CBSE Printable worksheets for Class 12 Informatics Practices Java Application for latest session from StudiesToday.com

Can I download the Printable worksheets of Java Application Class 12 Informatics Practices in Pdf

Yes, you can click on the links above and download Printable worksheets in PDFs for Java Application Class 12 for Informatics Practices

Are the Class 12 Informatics Practices Java Application Printable worksheets available for the latest session

Yes, the Printable worksheets issued for Class 12 Informatics Practices Java Application have been made available here for latest academic session

How can I download the Class 12 Informatics Practices Java Application Printable worksheets

You can easily access the links above and download the Class 12 Printable worksheets Informatics Practices Java Application for each chapter

Is there any charge for the Printable worksheets for Class 12 Informatics Practices Java Application

There is no charge for the Printable worksheets for Class 12 CBSE Informatics Practices Java Application you can download everything free

How can I improve my scores by solving questions given in Printable worksheets in Class 12 Informatics Practices Java Application

Regular revision of practice worksheets given on studiestoday for Class 12 subject Informatics Practices Java Application can help you to score better marks in exams

Are there any websites that offer free test sheets for Class 12 Informatics Practices Java Application

Yes, studiestoday.com provides all latest NCERT Java Application Class 12 Informatics Practices test sheets with answers based on the latest books for the current academic session

Can test papers for Class 12 Informatics Practices Java Application be accessed on mobile devices

Yes, studiestoday provides worksheets in Pdf for Java Application Class 12 Informatics Practices in mobile-friendly format and can be accessed on smartphones and tablets.

Are worksheets for Java Application Class 12 Informatics Practices available in multiple languages

Yes, worksheets for Java Application Class 12 Informatics Practices are available in multiple languages, including English, Hindi