write java code to print second max number in the array
Answer Posted / rajesh s
If we give negative values, what would be the Rajaraman
code begaves????
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What are variable arguments or varargs?
What do you understand by private, protected and public?
In which language java is written?
What best practices should you follow while writing multithreaded code in java?
Write a program to search a number in the given list of numbers.
What is ascii format?
What's a method in programming?
Is int primitive data type?
Can constructor be synchronized?
Do you know how to reverse string in java?
What is the syntax and characteristics of a lambda expression? Explain
Difference between method overloading and method overriding in java ?
What is fail fast in java?
What are the differences between abstract class and interface?
why are wait(), notify() and notifyall() methods defined in the object class? : Java thread