write java code to print second max number in the array
Answer Posted / geetha
Himesh Mistry -best solution
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What are the core java topics?
What are the differences between checked exception and unchecked exception?
If a method is declared as protected, where may the method be accessed?
Can java program run without jre?
Is java type safe?
What is the difference between the Reader/Writer class hierarchy and the InputStream/OutputStream class hierarchy?
Difference between comparator and comparable in java?
What are aggregate functions explain with examples?
What are static blocks in java ?
Does substring create a new object?
What is the final blank variable?
What is garbage collector?
Tell me how many ways are there to initialise an integer with a constant.
I want to store more than 10 objects in a remote server? Which methodology will follow?
Can we use both this () and super () in a constructor?