How many times finalize method will be invoked? Who invokes finalize() method in java?
How is a structure different from array ?
Why parameters should be passed by reference?
Explain the purpose of garbage collection in Java?
what are the major differences between jdk1.4 and jdk1.5?
2 Answers Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,
Why char array is favored over string for the storage of passwords?
What is java util list?
How would you format a date in java? I.e. In the ddmmyyy format?
What is math floor in java?
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 string pool?
What is computer compiler?
How Vector class is synchronized,How to build user defined class as synchronized?