Results 1 to 6 of 6

Thread: What are the limitations of Java?

  1. #1
    Join Date
    Dec 2009
    Posts
    67

    What are the limitations of Java?

    Hello Friends,

    Java is pure Object Oriented Programming. So it comprises lots of advantages of OOPs concept. Everything inside the java program encoded within as "Class". I want to be aware about the limitation of the Java language. K don't have any idea bout the this. Do you know what are the limitations of java? If yes then please let me aware about the same. I would greatly appreciate your help.

  2. #2
    Join Date
    May 2008
    Posts
    2,297

    Re: What are the limitations of Java?

    Following are some limitations of Java:
    • In java interpretation of byte code is very slow.
    • It's compiler is not yet well optimized.
    • It's compiler takes more time for the compilation of large code as compare to C++.
    • It has limited ability for to create really good data structures.

  3. #3
    Join Date
    Oct 2005
    Posts
    2,393

    Re: What are the limitations of Java?

    Java language make use of the automatic garbage collector in the way to manage memory management. But the actual thing is that, the programmer of java doesn't have control on it. The another thing is that, the garbage collection can't be managed by java programmer. The another limitation of java is that it doesn't contains "Pointer" concept and which is supported by C and C++ programming language.

  4. #4
    Join Date
    May 2008
    Posts
    2,389

    Re: What are the limitations of Java?

    Hi friend,

    I suggest you to refer following limitations of java:
    1. Multiple ORBs not allowed in persistent servers.
    2. Multiple Profile IOR.
    3. Locally-optimized stubs.
    4. Single thread POA policy.
    5. JavaTM SDK version interoperability.

  5. #5
    Join Date
    Feb 2008
    Posts
    1,852

    Re: What are the limitations of Java?

    Java Applets can't stream data directly into the browser. Java has the advantage of having a portable code, a Java program is executable on any platform or architecture. It is the virtual machine that supports constraints, it adds another layer to the program have always the same runtime environment. This virtual machine has the drawback as it take additional resources. The function pointer is not included in java.

  6. #6
    Join Date
    Nov 2009
    Posts
    1,191

    Re: What are the limitations of Java?

    Hello friend,

    Below are some limitation of Java:
    * Compile time exception checking of java addds safety, but it take additional time.
    * Java has many primitives and which make it very complex to understand and to write.
    * The compile cycle of java is more longer than it interpreted.

Similar Threads

  1. iphone ios 5 limitations
    By Lalitesh in forum Portable Devices
    Replies: 9
    Last Post: 27-12-2011, 09:35 AM
  2. Want to know about some limitations about iPad
    By AAID in forum Portable Devices
    Replies: 4
    Last Post: 30-12-2010, 12:08 PM
  3. What are the limitations of XML?
    By Sarfaraj Khan in forum Software Development
    Replies: 4
    Last Post: 13-02-2010, 12:32 PM
  4. What are the limitations of 'c' language
    By Jaishree in forum Software Development
    Replies: 3
    Last Post: 18-11-2009, 01:07 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,711,642,035.43061 seconds with 17 queries