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.
2126class 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 13534where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4803In a container there are 5 components. I want to display all the component names, how will you do that?
2143
How to implement an arraylist in java?
How much ram can a 64 bit processor theoretically?
What is the similarity between dynamic binding and linking?
extending thread class or implementing runnable interface. Which is better? : Java thread
Is simpledateformat safe to use in the multithreaded program?
What is the difference between superclass and subclass?
Objects or references which of them gets garbage collected?
How are java objects passed to a method and what are native methods?
What is locale in java?
Can a constructor be protected?
What is use of functional interface in java 8? Explain
Can a private method of a superclass be declared within a subclass?
List the interfaces which extends collection interface?
What is the equal sign?
Does importing a package imports its sub-packages as well in java?