What is indexof in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

How to use Media tracker Class.

0 Answers  


11. static class A { 12. void process() throws Exception { throw new Exception(); } 13. } 14. static class B extends A { 15. void process() { System.out.println(”B”); } 16. } 17. public static void main(String[] args) { 18. new B().process(); 19. } What is the result? 1 B 2 The code runs with no output. 3 Compilation fails because of an error in line 12. 4 Compilation fails because of an error in line 15.

6 Answers  


How to stop a thread in java? Explain about sleep () method in a thread?

0 Answers  


State some advantages of java?

0 Answers  


Is intellij better than eclipse?

0 Answers  






How to convert a string to long?

2 Answers  


What is the blank final variable?

3 Answers  


Which class cannot be a subclass in java?

0 Answers  


What is java basic concept?

0 Answers  


Can a constructor call another constructor?

0 Answers  


What is the benefit of abstract class?

0 Answers  


How does linkedhashmap work in java?

0 Answers  


Categories