Addition to previous section relative word 5th one was Putrid ans: rotten, also there was prob. in 1st section on bucket weight ans:10kg, also there was a prob. on train speed to find bridge length ans:800 mtrs.
2166class 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?
9 13856where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4893In a container there are 5 components. I want to display all the component names, how will you do that?
2190
What are static blocks in java ?
Why is inheritance used in java?
Can we convert stringbuffer to string?
What is the console in java?
What is meant by local variable and instance variable?
What is Classloader in Java?
How many types of array are there?
Mention some interfaces implemented by linked list in java.
Is java same as core java?
What is substring in java?
Why are getters and setters used?
Explain about oops concepts.
Convert a BST into a DLL and DLL to BST in place.
Can we override tostring method in java?
What are thread priorities and importance of thread priorities in java?