~ This repository is to Store my java Programs in the List of Experiments in Java lab of the academic year 2022 under KTU Syllabus.
~ Each programs in the repo is given as links to the respective code
~ ALgorithms of the programs are also provided in the respective sections
- SET 1 QUESTIONS
- SET 2 QUESTIONS
- SET 3 QUESTIONS
- SET 4 QUESTIONS
- SET 5 QUESTIONS
- SET 6 QUESTIONS
- SET 7 QUESTIONS
- Java Assignment -2
- Hello World
- Add two numbers
- Odd or even
- Prime number
- SumofNnum
- Fibonacci series
- Factor of a number
- Factorial
-> Familirization with Arrays and Strings
- Sum of elements in an array
- Smallest element in an array
- Replace an element in an array
- Second largest element in an array
- largest element in an N x N matrix
- Add two matrices
- Transpose of a matrix
- Multiply two matrices
- Trace of a matrix
- Palindrome - string
- Search a character in a string
- Replace a character in a string
-> Familiarize with concepts of classes, Objects, Methods, Method Overloading and Constructor overloading
- Create a student class with details and display
- Find Area of different shapes using method Overloading
- Find perimeter of shapes using constructor Overloading
- Read and display details of Five Employees
-> To implement the concepts of constructors, inheritance, method overloading & overriding, polymorphism
-> Exception handing
-> Multithreading
-> Operations on Files
- Display file contents with margin number
- Read a line of integers and then display with there sum using string tokenizer
-> Java Swings