Java Programming Tutorials Array of Objects

Опубликовано: 28 Сентябрь 2024
на канале: T V Rao
137
like

#Java Programming Tutorials - 9
Explained in this video, the following concepts
1. How to create an array of Objects
2. How to initialize each individual object of array of Objects
3. How to pass array of Objects to a method
4. How to receive array of Objects by a method
5. How to sort Objects based on any one of the parameters - either numerically or alphabetically - I sorted the salaries, you try sorting the names using compareToIgnoreCase method

Posted 8 videos to demonstrate #java concepts prior to posting this video. Please do watch them, before watching this