State some advantages of java?
No Answer is Posted For this Question
Be the First to Post Answer
What is public static void main?
what is connection pooling with example?
Explain importance of finally block in java?
What is jee6?
What are different types of arrays?
Can we declare the main method of our class as private?
How can we create a thread in java?
What is the char data type?
What is the purpose of using bufferedinputstream and bufferedoutputstream classes?
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
I have a String s = java; What is the output when I say s.replaceAll('j', 'k'); Also what is the value of s after replacing?
What do u mean by variable?