What is threaded programming and when is it used? : Java thread
No Answer is Posted For this Question
Be the First to Post Answer
Why local variables are stored in stack?
without using arthematic operation ,how can you write the logic for adding/substraction/multiplication?
7 Answers Tanla Solutions, Wipro,
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
Where are the local variables stored?
what is the difference between yielding and sleeping? : Java thread
What is return type in java?
Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.
What is a treeset in java?
Can we have multiple classes in a single file?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
Have you worked on bits programming? examples?What is bit? How many bits are there in the byte?
What is the inheritance?