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 8140how to write a server program and sending the mails to the server using smtp protocol please help me
2072can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
1 4893perpare 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 5535
Which class is the superclass of all classes?
How do you make a thread in java?
What is the purpose of assert keyword used in jdk1.4.x?
What is annotation in java?
What is the purpose of the enableevents() method?
What is a percentage sign called?
What is a war file?
What is the full name of java?
How to find the given number is a prime number or not by getting input from the user
What are the types of casting?
Explain differences between collection api and stream api?
Can we extend a class with private constructor?
What is google full form?
What is a local block?
What is "this" keyword in java? Explain