Computer Science, asked by RosswellRoss8298, 8 months ago

Built in methods in java whichcan only work on

Answers

Answered by Rahul9048
0

Built in functions in java are methods that are present in different API of JDK. For example cos(double a), exp(double a) etc are built in function of java present in java.

Answered by jackmartinn037
4

Answer:

There are many in built methods in java, which can work only on Objects and not on Primitives where Wrapper class can be used.

Explanation:

Similar questions