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 unreachable code problem in multiple catch statements
Is a char always 1 byte?
Hi friends, i am new to java. can you explain how java is secured.
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is the main use of java?
Why declare Main() method as a static in java ?
Can we override static methods in java?
Is java a virus?
int a=10,b=20,c=30 a= b+c;b=a+c;c=a+b; System.out.println("The value is"+a+b+c;
Is java developer a good career?
Can abstract class have private constructor?
What are the actions that can occur when a thread enters blocked state?