Memory management with method scanner class | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
0

Memory management with method scanner class

method1(int num)//called for scanner class Scanner s=new Scanner (System.in); int num=s.nextInt (); method1(num); will any one explain where this num and s is going to store

24th Dec 2017, 1:01 PM
Meesala Harish
2 Réponses
24th Dec 2017, 1:17 PM
Dev
Dev - avatar
0
tq
24th Dec 2017, 1:20 PM
Meesala Harish