Can you give few examples of final classes defined in Java API?

Hi,

Can you give few examples of final classes defined in Java API?

thanks

View Answers

April 11, 2013 at 3:43 PM

Hi,

Java API is nothing but a setup classes and interfaces that comes with the JDK. Java API is actually a huge collection of library routines that performs basic programming tasks such as looping, displaying GUI form etc. In Java API all the classes and interfaces packed in a package.

For more example related to JAVA API visit

thanks









Related Tutorials/Questions & Answers:
Advertisements