- Three sides of a triangle is given. Check and find the area of the triangle.
- Find the second maximum number from a given set of three numbers by using (i) If-else (ii) ternary operator (iii) Math.max() and Math.min() methods.
- Find the roots of a quadratic equation including complex roots.
- Find the factorial of a given number by using iterative method.
- Find the factorial of a given number by using recursive method.
- Generate the Fibonacci series up to n(given) term by using iterative method.
- Generate the Fibonacci series up to n(given) term by using recursive method.
- Find the binary equivalent of a given decimal number.
- Find the decimal equivalent of a given binary number (32 bit wide).
- Check whether a given number is prime or not.
- Print all the prime numbers in a given range 1 to n(given).
- Implement bubble short for given numbers.
- Implement selection short for given numbers.
- Implement insertion short for given numbers.
- Implement linear search algo for given numbers.
- Implement binary search algo for given numbers.
- Calculate the mean and standard deviation of a given set of samples.
- Implement addition and subtraction of two matrices.
- Implement matrix multiplication.
- Write down the suitable program for method overloading and for method overriding.
- Give one example of try-catch block used for exception handling.
- Give one example of use of throw and throws.
- Give one example of file handling done in java (including read and write both).
- Give one example of multithreading which can able to show us the parallel execution threads.
-
Notifications
You must be signed in to change notification settings - Fork 0
Sourodeep01001/javaImportentProgram
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published