What is emant by API?
is it related to java only or it is common for all OOPS
supporting language?
Answers were Sorted based on User's Feedback
Answer / abcd
API: Application Progammable Interface.
An interface used to work with the application objects.
API 's are platfiorm specific. Sun MicroSystems has its own
API package specified for the jdk x.x
Microsoft wil have its own API....If you are using the
java ..then java based API..will support all the OOPS by
default.
Is This Answer Correct ? | 0 Yes | 1 No |
What is a Null object?
Can memory leak happen java?
Is java still necessary?
Can an abstract class be final?
What classes of exceptions may be caught by a catch clause in java programming?
What access modifiers can be used for methods?
Name component subclasses that support painting in java programming?
Why do we create threads in java?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
please write java program of instanceOf keyword implementation
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 the difference between the ">>" and " >>>" operators in java?