Java
Java
2.What is the main difference between Java platform and other platforms?
3. What is the difference between static (class) method and instance method?
5. What if the static modifier is removed from the signature of the main method?
11. What is the first argument of the String array in main() method?
13. What if I do not provide the String array as the argument to the method?
14. What is the difference between break, continue and return statements?
15. Write a code to reverse the string using recursion.
16. Write a code to find second largest number from given array.
17. Difference between final, finally and finalize
18.Explain about Predicate, Function, Consumer and Supplier
Oops concepts
Internal working of hash map
Then questions from strings concepts
Jvm architecture
Collection questions
Mulithreading
3.What will happen if we copy interface method in abstract class