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.
1454class 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 10523where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 3714In a container there are 5 components. I want to display all the component names, how will you do that?
1366
Can a class with private constructor be extended?
What is a byte string?
Can we override static methods in java?
What is the use of set in java?
Does set allows null in java?
What is the difference between call by reference and call by pointer?
What is thread pool? How can we create thread pool in java?
Does the order of public and static declaration matter in main method?
What do you mean by global variable?
Can a method be static?
Can you make a constructor final?
what is a green thread? : Java thread
What is the use of singleton class?
can I implement my own start() method? : Java thread
What is public static?