What data type is string java?
No Answer is Posted For this Question
Be the First to Post Answer
How to use scanner in java?
What is anti pattern in cyber security?
I want to know the host name and provider name for tcs web mail
When super keyword is used?
List implementations of list interface?
What is difference between array and vector?
How are the elements of a gridbaglayout organized in java programming?
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.
Is string is a keyword in java?
What is lazy programming?
What is string pooling concept?
What is foreach loop in java?