📄️ Java Practicals
1. Write a Java Program find the area of circle.
📄️ Practical-1
Write a Java Program find the area of circle.
📄️ Practical-2
Write a Java Program that will display factorial of the given number.
📄️ Practical-3
Write a Java Program that will find the largest no from the given two nos.
📄️ Practical-4
Write a Java Program that will find the largest no from the given three nos.
📄️ Practical-5
Write a Java Program that shows the use of switch Statement.
📄️ Practical-6
Write a Java Program to find the sum of the digits of given number.
📄️ Practical-7
Write a Java Program that will display the Sum of 1+1/2+1/3…..+1/n.
📄️ Practical-8
Write a Java Program that check weather the given no is prime or not.
📄️ Practical-9
Write a Java Program that implements the use of break statement.
📄️ Practical-10
Write a Java Program that implements the use of continue statement.
📄️ Practical-11
Write a Java Program that will accept Command-line Arguments and display the same.
📄️ Practical-12
Write a Java Program to sort the elements of an array in Ascending Order.
📄️ Practical-13
Write a Java Program to create a Student class and generate result of student (Total, Per, Grade).
📄️ Practical-14
Write a Java Program to create an Employee class and generate Salary Slip for the employee.
📄️ Practical-15
Write a java program which shows the use of Static Members.
📄️ Practical-16
Write a java program which shows the Nesting of Methods.
📄️ Practical-17
Write a java program which shows the use of Methods Overloading.
📄️ Practical-18
Write a java program which implements the Default Constructors.
📄️ Practical-19
Write a java program which implements the Parameterized Constructors.
📄️ Practical-20
Write a java program which implements the Overloading of Constructors.
📄️ Practical-21
Write a java program which explains the concept of Single Inheritance.
📄️ Practical-22
Write a java program which explains the concept of Multilevel Inheritance.
📄️ Practical-23
Write a java program which explains the concept of Hierarchical Inheritance.
📄️ Practical-24
Write a java program which shows the Method Overriding.
📄️ Practical-25
Write a Java Program to implement final class and final method.
📄️ Practical-26
Write a Java Program to implement abstract class and abstract method.
📄️ Practical-27
Write a java program which implements Interface.
📄️ Practical-28
Write a java program which implements Multiple Interfaces.
📄️ Practical-29
Write a java program which shows importing of classes from other packages.
📄️ Practical-30
Write a Java Program to implement the methods of Math Class.
📄️ Practical-31
Write a Java Program to implement the methods of String Class.
📄️ Practical-32
Write a Java Program to implement the methods of Vector Class.
📄️ Practical-33
Write a Java Program to implement the methods of Stack Class.
📄️ Practical-34
Write a Java Program which will read a text and count all occurrences of a particular word.
📄️ Practical-35
Write a Java Program which will read a string and rewrite it in the alphabetical order eg.The word 'STRING' should be written a 'GINRST'.
📄️ Practical-36
Write a java program which creates threads using the Thread Class.
📄️ Practical-37
Write a java program which shows the use of yield(), stop() and sleep() Methods.
📄️ Practical-38
Write a java program which shows the Priority in Threads.
📄️ Practical-39
Write a java program which use of Runnable Interface.
📄️ Practical-40
Write a java program which uses try and catch for Exception Handling.
📄️ Practical-41
Write a java program which uses Multiple catch Blocks.
📄️ Practical-42
Write a java program which uses finally Statement.
📄️ Practical-43
Write a java program which uses Nested try Statements.
📄️ Practical-44
Write a java program which shows throwing our own Exception.
📄️ Practical-45
Create an Applet program that print Hello Applet.
📄️ Practical-46
Create an applet that use init(),start(),stop() and destroy() methods of applet.
📄️ Practical-47
write an applet program to implement the concept of passing parameter to applet.
📄️ Practical-48
Write a applet program to implement various methods of Graphics class.