Java APIs | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Java APIs

can any one give me another useful api class?

1st Dec 2016, 8:40 PM
abdulmalek dery
abdulmalek dery - avatar
3 Answers
+ 2
I found this useful class "Arrays" This class contains various methods for manipulating arrays (such as sorting and searching). one of that methods called binarySearch(ine[] a, int key) Searches the specified array of ints for the specified value using the binary search algorithm. and Of course it's a static methods
2nd Dec 2016, 11:13 AM
abdulmalek dery
abdulmalek dery - avatar
+ 1
look at java documention at oracle website to get full explanation about Java api
2nd Dec 2016, 2:47 PM
Mahmoud Heretani
Mahmoud Heretani - avatar
+ 1
thanks @Mahmoud Heretani
2nd Dec 2016, 2:51 PM
abdulmalek dery
abdulmalek dery - avatar