+ 2
What is java.util?
It was written in the start of a program
4 Answers
+ 4
https://www.tutorialspoint.com/java/util/index.htm#:~:text=Job%20Search%20Discussion-,Java.,practical%20methods%20available%20in%20java.
+ 4
It indicates the Util package to be imported in your code.
Used for taking and having inputs
So to import util package
import java.util.*;
Is the syntax
Hope you got
+ 2
Thank you
+ 1
Thanks