Program on numbers
- Array programs:
- Insert, remove, exit elements from array.
- Collection programs:
- Implement Stack using push and pop methods.
- String programs:
- Sort string array in java [3 different ways to do it]
- Reverse a string with/without using reverse() method.
- Count occurrence of each character in string
- Most asked programs:
- Fibonacci series implementation in java