Results 1 to 11 of 11

Thread: Java as highly secure language

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Contributing Member
    Join Date
    Nov 2007
    Answers
    46

    Re: Java as highly secure language

    yes it is secured language in both accessing and memory usage.
    - it is portable,simple and networked
    - it is garbage collected dynamically
    - exceptions are raised if any relevant information not found like ClassNotFoundException.
    - java support collection frame work.
    - dynamically creates arrays either increasing or decreasing by using vector class in collection framework.
    - it will be run on any system.


  2. #2
    Expert Member
    Join Date
    Apr 2007
    Answers
    500

    Re: Java as highly secure language

    1.Programs runs inside the virtual machine sandbox.
    2.Array index limit checking
    3.Code pathologies reduced by
    bytecode verifier - checks classes after loading
    class loader - confines objects to unique namespaces. Prevents loading a
    hacked "java.lang.SecurityManager" class, for example.
    security manager - determines what resources a class can access such as reading and writing to the local disk.


  3. #3
    Junior Member
    Join Date
    Jul 2007
    Answers
    10

    Re: Java as highly secure language

    Quote Originally Posted by susarlasireesha View Post
    1.Programs runs inside the virtual machine sandbox.
    2.Array index limit checking
    3.Code pathologies reduced by
    bytecode verifier - checks classes after loading
    class loader - confines objects to unique namespaces. Prevents loading a
    hacked "java.lang.SecurityManager" class, for example.
    security manager - determines what resources a class can access such as reading and writing to the local disk.
    jvm is collection of compiler and interpreter when you are compiling program it runs succesfully if not run interpreter handeles errors that came in given lline

    dear array indexing is also in c# language limit in also c# .

    dont explain in code pathologies of jvm everyone knows it

    in .net framework system.windows .securitywin32> is available ...............


  4. #4
    Junior Member
    Join Date
    Jul 2007
    Answers
    10

    Re: Java as highly secure language

    java is highly secured language but c# is also object oriented language which is also powerful security is high type safety is high c# market is also better


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact