Why java is secure? Explain.
Answer / Sunil Sharma
Java is designed with security features to minimize risks from malicious code. Some of the reasons include: bytecode verification, which checks the integrity of the code before execution; sandboxing, which isolates Java applets in a secure environment; access control, which restricts access to system resources; and exception handling, which helps manage errors gracefully without causing unintended effects.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the six ways to use this keyword?
Explain creating threads by implementing runnable class?
Explain java coding standards for classes or java coding conventions for classes?
Explain java coding standards for variables ?
Can private method static?
What is a bubble sort in java?
What is the maximum size of byte array in java?
class A{ class B{ } } in which name u save the file,its the program compile?
Can we use catch statement for checked exceptions?
What are three types of loops in java?
By what default value is an object reference declared as an instance variable?
What java is used for?