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 are the 8 data types in java?
What is return type in java?
How objects are stored in java?
What is void class in java?
How do you call a reference in java?
What is bitwise complement?
What is an anonymous class in java?
What is the byte range?
What is the difference between throw and throws in java?
What are the advantages of java?
Can we override private constructor in java?
How can we avoid including a header more than once?
What is java literals?
Is 0 a real number?
What's the purpose of using break in each case of switch statement?