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 8121how to write a server program and sending the mails to the server using smtp protocol please help me
2066can we Connect Applet to Data Base ? with Discriptiom. and also What is Diff. from Applet & Servlet?
1 4889perpare 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 5519
Can we have a method name same as class name in java?
What are the disadvantages of object oriented programming?
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
explain local datetime api in java8?
What is empty string literal in java?
Can we restart a dead thread in java?
Can we override a variable in java?
If a method is declared as protected, where may the method be accessed in java programming?
What is the difference between Grid and Gridbaglayout?
What are passing parameters?
Can an object be null?
Can we write method inside a method in java?
What is keyword auto for?
What is parsing a string?
Can a java program have 2 main methods?