Write a Java program to check whether a number is palindrome? Using Command Line arguments
Write a Java program to calculate the volume of different objects using method overloading
Java program to print salary slip of n employees using user defined packages
javac salarypack/Salary.java
javac Employee.java
java Employee
i) Deposit
ii) Withdraw
iii) Display the details
The program should work for n accounts
i) to read the matrix
ii) to display the matrix
iii) to find the tranpose of the matix
javac shapes/Shape.java
javac shapes/Rectangle.java
javac shapes/Circle.java
javac finalpack/FindArea.java
java finalpack/FindArea
Java application program to print odd and even numbers less than 10 using multithreading
Java program to perform insertion and retrieval operations using JDBC
JFrame program to find the sum of 2 integers using JLabel, JTextField and JButton whenever necessary
Most of the past lab exam qns are similar to what we have here on our record. However, some of the past lab exam qns with answers that I’ve completed can be found here.