name the common bugs which are not possible in


Name the common bugs which are not possible in java

Many common bugs and security problems (such as "buffer overflow") are not possible in java. Checks also make it easier to find many common bugs easy as they are caught by runtime checker.

You will generally never write code which fails the verifier as your compiler is smart enough to only generate correct code. You would write code which runs into the runtime checks all the time as you debug -- array out of bounds, null pointer.

 

Request for Solution File

Ask an Expert for Answer!!
JAVA Programming: name the common bugs which are not possible in
Reference No:- TGS0356429

Expected delivery within 24 Hours