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 is Java Reflection API? Why it’s so important to have?
What is a "pure virtual" member function?
What do you understand by the term polymorphism?
Explain throw keyword in java?
How to compare two strings in java program?
What are drawbacks of singleton class?
what is run time polymorphism
What is the difference between Grid and Gridbaglayout?
Write program to print Hello World and print each character address in that string and print how many times each character is in that string? Ex: H: 0 & 1 e:1 & 1 l :2,3,8 & 3 o:4,6 & 2 w:5 & 1 r: 7 & 1 d 9 & 1
What are advantages of exception handling in java?
What is the main functionality of Prepared Statement?
Explain the JDB in depth & command line.