Java Assignment 2024
Java Assignment 2024
1) What is JAVA? Name the different IDE used to develop java application.
2) Expand the following : AWT, JSL, WORA, JIT,RMI,EJB,JDK
3) Explain the term public static void main(String args[])
4) What is JAVA TOKENS? List the separators of java tokens.
5) Name the java keywords which are not present in C language.
6) What is operator? Compare the operators = and ==
7) What is data type? Mention the primitive data types of Java.
8) What is bytecode? How is it created?
9) Why is java called TRUE OBJECT ORIENTED LANGUAGE? Mention different object oriented languages.
10) Differentiate between class and interface.
11) Why is java called as PLATFORM NEUTRAL LANGUAGE.
12) What is comment? State and explain types of java comment
13) What are the hardware and software requirements of Java.
14) Dfferentiate between System.out.print and System.out.println with suitable example
5 Marks
1) What is command line argument ? Write a java program to count and print the total no of positive
numbers, negative numbers passed from command line.
2) Explain JAVA program structure
3) What is package? List and explain system packages of java
4) Explain if else statement with syntax and suitable example
5) What is Java token? Explain types of java tokens.
6) What is JDK ? Explain JDK tools
7) Explain scanner class and its methods
8) Differentiate between JAVA and C
9)
10 Marks