+ 2
Question- Need help!!
When it is suitable to use: The class String. The class Random. The class Math. For each of the classes above, give two examples of methods that are implemented and available for a programmer that use them.For each of the classes above, give two examples of methods that are implemented and available for a programmer that use them.
2 Answers
+ 12
Please refer below links for documentation and examples of all three classes. This should helpđŒ
https://docs.oracle.com/javase/7/docs/api/java/lang/String.html
https://docs.oracle.com/javase/7/docs/api/java/lang/Math.html
https://docs.oracle.com/javase/7/docs/api/java/util/Random.html
+ 2
Thank you sooo much!