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



What is emant by API? is it related to java only or it is common for all OOPS supporting language..

Answer / msraju

Java having huge no of predefined classes and interfaces we
cannot remember all of them. SunMicroSystems provided list
of classes and interfaces as an API for developers purpose.

Is This Answer Correct ?    0 Yes 0 No

What is emant by API? is it related to java only or it is common for all OOPS supporting language..

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 emant by API? is it related to java only or it is common for all OOPS supporting language..

Answer / varsha

applet

Is This Answer Correct ?    0 Yes 7 No

Post New Answer

More Core Java Interview Questions

What is a Null object?

1 Answers   Wipro,


Can memory leak happen java?

0 Answers  


Is java still necessary?

0 Answers  


Can an abstract class be final?

10 Answers  


What classes of exceptions may be caught by a catch clause in java programming?

0 Answers  


What access modifiers can be used for methods?

0 Answers  


Name component subclasses that support painting in java programming?

0 Answers  


Why do we create threads in java?

0 Answers  


difference between String a; and String a=new String();? y do v need to assign memory to the variable?

2 Answers  


please write java program of instanceOf keyword implementation

2 Answers   TCS,


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)

1 Answers   Huawei,


What is the difference between the ">>" and " >>>" operators in java?

0 Answers  


Categories