/CSY-208

Java Programming Experiments that are performed during my Bachelor of Technology Computer Science Engineering

Primary LanguageJava

CSY-208 Java Programming Lab

Bachelor of Engineering
Computer Science & Engineering
CHANDIGARH UNIVERSITY

SEMESTER 3

Theories

  1. Collections
  2. Multithreading

Pre-Practical Experiments

  1. Add two number
  2. Add two number using object
  3. Add two number from user input
  4. Check Even or odd number
  5. Sum of Array
  6. Parameterize and non parameterize constructor
  7. Calculate volume of a box
  8. Calculate volume of a box from user input
  9. Check the prime number

Practical Experiments

  1. Create an application to save the employee information using arrays
  2. Design and implement a simple inventory control system for a small video rental store
  3. Create an application to calculate interest for FD’s , RD’s based on certain conditions using inheritance
  4. Create an ArrayList and use its various methods
  5. Program to demonstrate working of HashSet
  6. Program to demonstarte working of Hashmap