-
Application Security
How will you make sure to develop Java/J2EE projects/applications secured from hackers?Justify how Java projects are more secured than other languages?
-
-
-
-
-
-
-
Can we declare class as protected?
what is the scope for this class?
-
-
Why do threads block on I/O
Threads block on i/o (that is enters the waiting state) so that other threads may executewhile the i/o Operation is performed.