Results 1 to 5 of 5
- 06-24-2009, 09:12 PM #1
How Java is so secure than other?
Last night i read out the fundamentals of java from Java Complete reference.I could understand some feature of java with no doubts.But i was not able to understand how java supports Security and Portability.
Could you explain how java is so secure and portability than other language?
Thanks in advance..Mak
(Living @ Virtual World)
- 06-25-2009, 04:02 AM #2
Senior Member
- Join Date
- Dec 2008
- Location
- Hong Kong
- Posts
- 473
- Rep Power
- 5
portability...
compiled java is bytecode for java virtual machine, not for your machine.
java run time compile(?) the bytecode again for your machine. (difference jdk, difference output difference machine code)
we install difference jre for difference machine(window, mac os, etc)
so java code write and compile (become bytecode) in window can run in mac.
for some other programming language, compiler compile to machine code directly.
and window can not read code complied in mac(may be)
security...
read http://java.sun.com/javase/6/docs/te...ides/security/ may helpLast edited by mtyoung; 06-25-2009 at 04:05 AM.
- 06-25-2009, 07:19 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
- 06-26-2009, 02:49 AM #4
Thanks... i got how java is secure than others
Mak
(Living @ Virtual World)
- 06-26-2009, 04:22 AM #5
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
data loss in the secure file transfer using java
By antony75 in forum NetworkingReplies: 4Last Post: 02-09-2009, 06:56 AM -
Secure FTP Wrapper 3.0.3
By Java Tip in forum Java SoftwareReplies: 0Last Post: 07-23-2008, 01:56 PM -
Secure FTP Wrapper 3.0.2
By Java Tip in forum Java SoftwareReplies: 0Last Post: 04-29-2008, 06:05 PM -
using Java to access a secure webpage, Exception occurred: Connection timed out
By toby in forum Enterprise JavaBeans (EJB)Replies: 1Last Post: 08-07-2007, 06:03 AM -
Secure FTP Factory 7.0
By vglass in forum Java SoftwareReplies: 0Last Post: 07-20-2007, 01:44 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks