+91-85006-22255
What will be the output of the following program?
public class LongMethods { public static void main(String[] args) { Long input = 10; System.out.println(Long.rotateLeft(input, 2)); System.out.println(Long.signum(-20)); }}
Topic: Converting Numbers to and from Strings In Java
Read this topic Take test on this topic
Open In App