What does replaceall do in java?
Can I uninstall java?
Explain the difference between association, aggregation and inheritance relationships.
What is bigger kb or mb?
When would you use a static class?
What are uses of Hash Code?
What are legal modifiers that we can use to declare an inner class?
What is the difference between an object-oriented programming language and object-based programming language?
What is the maximum length of a url?
Explain about serializable interface in java?
Why pass by reference is not possible in java?
for(i=0;i<100;i++) { int i=method();//method returns no's from 1 to 10; /* insert some stmts which can give output like no.of times numbers(1-10) returned. (for example if it returns 2 then i want output how many times 2 returned) like that i want output for no's 1 - 10 how many times each no returned. */ }
Nested classes VS Inner classes?