/*JAVA*/
String Name="Rudra";
System.out.println(Name.getClass().getName());
//JAVACSRIPT
let num=25;
console.log(typeof num);