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.
2217class 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 14124where to use join method and explain with real time senario?and programatical explenation also..
TCS,
1 4961In a container there are 5 components. I want to display all the component names, how will you do that?
2248
What is parsing a sentence?
Explain about fail fast iterators in java?
difference between byte stream class and character stream class?
What are data structures in java?
Explain about anonymous inner classes in java?
Can we print null in java?
How can you handle java exceptions?
How do you write methodology?
How to instantiate member inner class?
What is meant by overloading?
What is the integer of 16?
What is a byte array?
What are features of java?
What are the 4 versions of java?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread