neeraj


{ City } noida
< Country > india
* Profession * programmer
User No # 9266
Total Questions Posted # 0
Total Answers Posted # 2

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 10
Users Marked my Answers as Wrong # 2
Questions / { neeraj }
Questions Answers Category Views Company eMail




Answers / { neeraj }

Question { 7591 }

diffrence between jsp and servelts.


Answer

Servlet are precompile but jsp are complilec by container.

Is This Answer Correct ?    5 Yes 1 No

Question { 13100 }

Why we can not force Garbage Collection?


Answer

Hi Ramesh
Sir Garbage collector is a thread and nothing can
pridict about the excecution time of a thread at runtime.
System.gc(); is a method to start that non user thread
explicitly.

Is This Answer Correct ?    5 Yes 1 No