write java code to print second max number in the array
Answer Posted / hitman
hey using collections solving this type of problem becomes
easy but whenever u go for interview most of the time they
ask you to write program without using collection API thts
why i think rajaram's code is correct
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is the formula to calculate percentage?
How many types of memory areas are allocated by jvm?
What are predicates in java 8?
Why does java have two ways to create child threads? Which way is better?
Explain java coding standards for constants?
What is string literal in java?
What do you mean by an interface in java?
What do you mean by default constructor in java?
Can you sort a list in java?
How is hashcode calculated in java?
How does the java compiler work?
What is the meaning of I ++ in java?
how to split string in java?
What are mutable classes?
Is there a case when finally will not execute?