0% found this document useful (0 votes)
32 views1 page

Ii Year Sem-1 B.Tech Cse LAB L T P C

The document outlines the course code, title, credits, and learning objectives for an Object Oriented Programming lab course, listing 23 programming assignments that cover basic Java concepts like printing, arrays, strings, recursion, classes, inheritance, exceptions, interfaces, threads, applets, layouts, database connectivity and more. It also lists 3 recommended Java programming textbooks as reference materials for the course.

Uploaded by

Prasanna Chamana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views1 page

Ii Year Sem-1 B.Tech Cse LAB L T P C

The document outlines the course code, title, credits, and learning objectives for an Object Oriented Programming lab course, listing 23 programming assignments that cover basic Java concepts like printing, arrays, strings, recursion, classes, inheritance, exceptions, interfaces, threads, applets, layouts, database connectivity and more. It also lists 3 recommended Java programming textbooks as reference materials for the course.

Uploaded by

Prasanna Chamana
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

II YEAR SEM-1 B.

Tech CSE LAB L T P C

CODE:CS2701 OOPS LAB 0 0 3 2

1. Write a java program to print “Hello World”?


2. Write a java program to find greatest among 3 given numbers?
3. Write a java program to print all prime numbers between 1 to 100?
4. Write a java program to store and print the elements in an array? Sort the given array?
5. Write a java program to accept a string from the keyboard, and print the reverse of the string?
6. Write a java program to show various operations on string data type using String class
methods?
7. Write a java program that accepts a number as command line argument and displays its table
8. Write a java program to calculate factorial of a given number using recursive function?
9. Write a java program to show implementation of class and creating an object?
10. Write a java program to demonstrate various types of constructors?
11. Write a java program on various types of access specifier? And show implementation of
static method and static variable?
12. Write a java program to implement inheritance concept?
13. Write a java program on method overloading and method overriding?
14. Write a java program to explain exception handling mechanism?
15. Write a java program on defining and implementing interfaces?
16. Write a java program to implement multithreading concept?
17. Write a java program on creating an applet code with HTML?
18. Write a java program on creating a frame in applet?
19. Write a java program on creating, displaying and closing a frame?
20. Write a java program using layout?
21. Write a java program to draw geometrical figures?
22. Write a java program to implement various UI components(button, checkBox, textField,
textArea, lable), and show basic operations?
23. Write a java program to create a basic application using database connectivity?

Text Books:
1. Allen B. Downey, Think Java; How to Think Like a Computer Scientist,
2. David J. Eck, Hobart and William Smith Colleges, Introduction to Programming Using Java
3. Herbert Schildt, Java The Complete Reference, 9th Edition.

You might also like