How we can generate random numbers in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are listeners in java and explain ?
What are the types of classes in java?
Does a class inherit the constructor of its super class?if it does, how can you hide that constructor? if it doesnot how can you call it from the sub class?
perpare on factorypattern,linklist wothout using collection, (multitharding ie create producer/customer therad producer create Queue continuesly,consumer consume queue, consumer wait if queue is full,producer wait if queue is empty),diff betn sleep(1000)&wait(1000) these r the main Q ask in huawei(2008)
What are Inner classes?
Explain the difference between throw and throws in java?
what is ststic with example
java Api provided try catch finally ,try catch(its ok) but why try finally and exception occured at try then how the flow is?
What are the actions that can occur when a thread enters blocked state?
Can a source file contain more than one class declaration?
What is array list in java?
How do you execute a thread in java?