May 24 2008 11:05 AM 2047 2 phantom memory almas what is phantom memory and how it is useful? rajamuthuramans Profile Answers by rajamuthuramans Questions by rajamuthuramans May 27th, 2008 A phantom reference lets you do final touch up closing on an object, even after it has been declared dead — no longer referenced by any live object.Java has four orders of strength in holding onto O... Answer Question Select Best Answer Nov 20 2007 12:35 PM 6050 32 What happens if public static void main(){} is made protected? venkat Read Best Answer Editorial / Best Answer Answered by: Sushil Jain Nov 21st, 2007 You will be able to compile but it will through a run time error saying "main method not public". AA Apr 22nd, 2012 It will compile but gives error at run time...... divya_mini4u Profile Answers by divya_mini4u Questions by divya_mini4u Sep 21st, 2010 The complier will throw error that there is no main() method. main() should be public always please note. Improve Answer
May 24 2008 11:05 AM 2047 2 phantom memory almas what is phantom memory and how it is useful? rajamuthuramans Profile Answers by rajamuthuramans Questions by rajamuthuramans May 27th, 2008 A phantom reference lets you do final touch up closing on an object, even after it has been declared dead — no longer referenced by any live object.Java has four orders of strength in holding onto O... Answer Question Select Best Answer
rajamuthuramans Profile Answers by rajamuthuramans Questions by rajamuthuramans May 27th, 2008 A phantom reference lets you do final touch up closing on an object, even after it has been declared dead — no longer referenced by any live object.Java has four orders of strength in holding onto O...
Nov 20 2007 12:35 PM 6050 32 What happens if public static void main(){} is made protected? venkat Read Best Answer Editorial / Best Answer Answered by: Sushil Jain Nov 21st, 2007 You will be able to compile but it will through a run time error saying "main method not public". AA Apr 22nd, 2012 It will compile but gives error at run time...... divya_mini4u Profile Answers by divya_mini4u Questions by divya_mini4u Sep 21st, 2010 The complier will throw error that there is no main() method. main() should be public always please note. Improve Answer
divya_mini4u Profile Answers by divya_mini4u Questions by divya_mini4u Sep 21st, 2010 The complier will throw error that there is no main() method. main() should be public always please note.