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 13815where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4882In a container there are 5 components. I want to display all the component names, how will you do that?
2186
How to create packages in java?
What do you understand by copy constructor in java?
Is null a keyword in java?
Write a function for palindrome and factorial and explain?
What is the difference between sleep and wait in java?
Differentiate between overriding and overloading cases?
What are the advantages and disadvantages of object cloning?
What is the difference between preemptive scheduling and time slicing?
Does collectionutils isempty check for null?
What is the purpose of the strictfp keyword?
Does set allows null in java?
List down the methods and interfaces of collection class in java.
What are parsers? Dom vs sax parser.
Can list contain null in java?
What is constructor and its types?