Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

java can provide security ,how can provide?

Answer Posted / vatti

Java doesn't allow direct access to memory like C/C++.
Memory access violations are the root cause of 90% (approx,
maybe more) of all software bugs/problems. This is also the
root cause of many viruses, etc. But there are many more
reasons why Java is secure...
Java provided with FireWall between a networked application
and your computer.
objects have access levels(private,public,protected)
class file is in bytecode format(ie. encrypted)

Is This Answer Correct ?    53 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Does chrome use java?

1021


Discuss different types of errors that generally occur while programming.

1086


Why wait and notify methods are declared in object class?

1082


What is the difference between iterator and list iterator?

1096


What is difference between stringbuffer and string?

1007


What is the meaning of I ++ in java?

1242


What is set in java?

1097


How do you escape in java?

1132


What is meant by class loader? How many types are there?

1322


What is the intersection and union methods?

1076


Where will it be used?

1989


What do you understand by synchronization?

1091


Write a program in java to find the maximum and minimum value node from a circular linked list.

1141


Give some features of interface?

1132


Can we have static methods in an interface?

1103