IdiotsDiary
It is a platform of learning. We have something for everyone. You can learn from anything to everything here. Keep supporting!! Like and share!!
07/02/2022
Started a new series for JS
Follow
First step of Learning JS JS Building Blocks | Primitive Data Types
var a = 5;
var b = "5";
alert(a === b);
What output will be prompt in the Popup?
For more questions and tutorials please visit:- www.idiotsdiary.com
What will be the output of the following code?
public class Test
{
int num = 10;
public void test(int num) { this.num = num * 5; }
public void print() { System.out.println(num); }
public static void main(String[] args)
{
Test obj = new Test();
obj.test(50);
obj.print();
}
}
A) 10
😎 50
C) 250
D) 2500
Click here to claim your Sponsored Listing.
Category
Contact the school
Telephone
Website
Address
64/347 Heera Path, Mansarovar
Jaipur
302020