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 language is an assembler written in?
Under what circumstances an object reference be cast to an interface reference?
What is the difference between the synchronized() & static synchronized()?
How do generics work?
What do you mean by boolean?
What is string intern in java?
What is serialversionuid?
What is the base class in java from which all classes are derived?
when asub class inherits a super class and overrides a public method of super class in sub class(public method in super class). why these methods needs to be public in sub class. (otherwise compile time error).
Write a program to calculate factorial in java?
Can you explain the cs option of java interpreter?
When can you say a graph to be a tree?