How do you add spaces in java?
No Answer is Posted For this Question
Be the First to Post Answer
Is array primitive data type in java?
What is bubble sort in java?
What is an example of procedure?
What for read() function?
Why is multiple inheritance not supported in java?
How do you reverse a string in java without using string buffer?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
What is the difference between normal report & matrix report?
primitive data types in Java ?
Given: 11. public static void main(String[] args) { 12. Integer i = uew Integer(1) + new Integer(2); 13. switch(i) { 14. case 3: System.out.println(”three”); break; 15. default: System.out.println(”other”); break; 16. } 17. } ‘What is the result? 1 three 2 other 3 An exception is thrown at runtime. 4 Compilation fails because of an error on line 12.
When parseint method can be used?
when System.out.println("") is executed what happens in the back ground?