SUBJECT CODE:220C4A, SUBJECT: JAVA PROGRAMMING
CLASS: II BCA C
UNIT 1.1
Part A(2markQuestions)
1 List any four features of java?
2 Why is java known as platform Independent language?
3 Define JVM
4 What is meant by Object oriented Programming
5 Define Variable
PartB(5markQuestions)
1 Discuss any feature of java
2 Summarize the JVM Architecture with daigram
Part C(10markQuestion)
1 Briefly Explain the basic concepts of Object Oriented programming
UNIT 1.2
Part A(2markQuestions)
1 Give the general form of switch statement
2 List down the data type in java
3 Define static method
4 List out any three basic concepts of OOPs
5 List down the different types of operator in java
PartB(5markQuestions)
1 How will you declare a variable in java ?Give Example
2 Discuss any five string methods with example
Part C(10markQuestion)
1 Explain the loop construct in java with example