we know that every java prog must follows OOPS Principles. Anybody can answer, HOW THE FOLLOWING PROGRAM FOLLOWS OOPS CONCEPTS i.e, Inheritance,Polymarphism,Encapsulation? class a{ public static void main(String args[]){ System.out.println("Hello World"); } }
3 8243how to write a server program and sending the mails to the server using smtp protocol please help me
2118can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
1 4982perpare 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)
1 5622
What do heavy weight components mean in java programming?
What is difference between wait and notify in java?
Is singleton a bad practice?
How does a cookie work in Servlets?
Can set contain duplicates?
What are conditionals and its types?
What does compareto () do in java?
Outline the major features of java.
What is the maximum size of hashmap in java?
what is difference between equals and ==?
Can we call the run() method instead of start()?
What is data type modifier?
What do you mean by ordered and sorted in collections in java?
Explain about main() method in java ?
Why java is said to be pass-by-value ?