What is maximum size of arraylist in java?
No Answer is Posted For this Question
Be the First to Post Answer
What is substring of a string?
Real Time sample code for Encapsulation and Abstraction. where to use abstract and where to use specifies like public private.
did interface can implementation method ? i know its not possible but my interviewer said its possible ..but how..? any one have idea ???
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.
Explain the difference between map and flatmap stream operation?
Can you call a method on a null object?
what is the main difference between string and stringbuffer? can you explain it with program?
What is the difference between Error, defect,fault, failure and mistake?
can any body body expalin best definitions & best real time exaples for opps concepts.
How do you remove an element from an arraylist in java?
What are the 3 types of loops in java?
In java, how we can disallow serialization of variables?