Minesh Purohit

Greenhorn
+ Follow
since Feb 02, 2019
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Minesh Purohit

i cleared OCAJP 8 with 80%.after 4 day i have interview in one of best company but i'm not aware that how we can make resume best and highlight our certification ?
please help me. thank you so much in advance
4 years ago
Integer p=100;
Integer q=100;

System.out.println(p==q); output= true

And

Integer p=1000;
Integer q=1000;

System.out.println(p==q); output= false

i just add one 0 in second case then why false ?, how this happening?
i gave test on enthuware with 60% score.now i am confused should i apply for exam or need to improve? thank you so much for your ans.