SHRI RAM MURTI SMARAK COLLEGE OF ENGINEERING TECHNOLOGY & RESEARCH
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
OOPS with Java
Tutorial-1
1. What do you understand by Oops?
2. Describe class & object in Java?
3. java is platform independent . explain?
5. WAP in Java to print Fibonacci series.
SHRI RAM MURTI SMARAK COLLEGE OF ENGINEERING TECHNOLOGY & RESEARCH
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
OOPS with Java
Tutorial-2
1. What is constructor?
2. Differentiate between C++ and Java.
3. Explain arithmetic operator & relational operator?
4. What is variable? How it is declared in Java?
SHRI RAM MURTI SMARAK COLLEGE OF ENGINEERING TECHNOLOGY & RESEARCH
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
OOPS with Java
Tutorial-3
1. What do you understand by exception handling? How we can handle them.
2. Differentiate between checked and unchecked exception. Illustrate with example.
3. Differentiate between character stream and byte stream.
4. What is the use of this, throw, throws keyword in Java?
5. WAP in Java to read the content of the file.
SHRI RAM MURTI SMARAK COLLEGE OF ENGINEERING TECHNOLOGY & RESEARCH
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
OOPS with Java
Tutorial-4
1. What is difference between checked and unchecked exception?
2. WAP in Java to read the information about file.
3.WAP in Java to read and write file in Java.
4. What is thread? explain its life cycle.
5. How we can important a thread in Java? explain with any one example.
SHRI RAM MURTI SMARAK COLLEGE OF ENGINEERING TECHNOLOGY & RESEARCH
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING
OOPS with Java
Tutorial - 5
1. What is the functional interface? How we can implement a lamda expression with functional
interface.
2. Discuss the use of method references in Java.
3. Explain the term filter, map, sorted & for each in java8.
4. What is static method ? why there used & WAP in Java to call static method?
5. You have to encoded URL www. facebook.com & after encoding we have to decode also.
WAP in Java to implement this using the class Base64