What is the similarity between dynamic binding and linking?
No Answer is Posted For this Question
Be the First to Post Answer
Is java supports multiple inheritance? explain?
When do we need to use internal iteration? When do we need to use external iteration?
They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?
What is the use of System class?
What is anonymous inner class?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
What is the static keyword?
What is byte data type?
Why charat is used in java?
State the significance of public, private, protected class?
what is the Yield() method used in threads?
Explain about arraylist?