KAKATIYA INSTITUTE OF TECHNOLOGY & SCIENCE::WARANGAL
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
Assignment -1
SUBJECT:
CLASS:
DATE OF POSTING:
DATE OF SUBMISSION:
OBJECT ORIENTED PROGRAMMING THROUGH JAVA
[Link] CSE III SEMESTER
06-07-2015
16-07-2015
MARKS: 15
NOTE: 1. ANSWER ALL QUESTIONS
2. EACH QUESTION CARRIES 1 MARK
1. Who invented Java?
2. What is Hot Java?
3. List differences between C++ and java.
4. List Java buzzwords.
5. Explain brief note about JVM.
6. List primitive data types in Java.
7. Write about type conversion rules in Java.
8. How arrays in Java are different from C/C++.
9. Explain differences between >> and >>> operators.
10. Differentiate for and for-each controls along with syntax.
11. Write the syntax of class in C++ and Java.
12. Write about naming conventions in Java.
13. Write a program with proper indentation to display a message Welcome to JAVA.
14. Write about passing and returning objects.
15. Write a program to find GCD of a given number using recursion.