Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
13 views

BCA 5th Java Programming Practical List

Uploaded by

Sameer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
13 views

BCA 5th Java Programming Practical List

Uploaded by

Sameer
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Java Programming Practical List

1. How to set up java & print Hello World?


2. How to use Java variables to print your introduction?
3. How to take input from user by using java Scanner?
a) Integer b) String.
4. Write a program to demonstrate the Java operator?
5. Write a program to print Even & odd numbers on the basis of given input?
6. Write a Java program to print Fibonacci series up to nth number?
7. Write a Java program to print star pattern in triangle and Reverse
Triangle?
******
******
******
******
******
8. Write a Java program to use nested loops?
9. Write a Java program to create object in class?
10. Write a Java program to print numbers in triangle and Reverse Triangle pattern?

1 55555
12 4444
123 333
1234 22
12345 1

11. Write a Java program to use Java String methods?


12. Write a Java program to use Single and multilevel Inheritance?
13. Write a Java program to print prime numbers?
14. Write a Java program to Swap two numbers using Bitwise operator?
15. Write a Java program of palindrome?
16. Write a Java program to find Factorial of user input?
17. Write a Java program to initialize object using constructor?
18. Write a Java program to print Multiplication table of any number while using the
exception handling in order to take inputs from user?
19. Write a java program to showcase the networking programming Using sockets.
20. Write a java networking program to make a simple chat application using TCP/IP

You might also like