why Interface used?
No Answer is Posted For this Question
Be the First to Post Answer
Is string thread safe in java?
I was asked to draw the class diagram for the below scenario which should obey OOPS concept. A Portal is to be developed for a school , which has 3 main divisions viz , Education , Admin & Trust. Each division has 2 sub divisions Kinder Garden & Higer Secondary.
Break statement can be used as labels 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)
How a variable is stored in memory?
What is string variable?
Difference between String and String Buffer?
Why bytecode is called bytecode?
Write a java program to get a string of words and print the numbers of each word count in descending order
why the abstract class has default constructor?
What restrictions are placed on method overloading and method overriding?
Implement two stacks using a single array.