What is the alternative to an enterprise portal strategy in the Java space?

What are the weaknesses of Java in enterprise programming?

  • While Java remains popular for enterprise programming, what are its features that work against it for this purpose? "Java" refers to "Java SE" or the language, core API/SDK and virtual machine; not any Java EE or third party systems. In general:

  • Answer:

    I don't find anything bad in java apart from it is an interpreted language while in execution. It just gives a feeling that java is slower than other languages which are compiled and directly executed.   Java does compilation for preparing a bytecode file. This bytecode file is the executable code, but this code is interpretted at the runtime. However, java has made up on a large number of fronts and is even being used in real time applications. It is just a feeling that the java runtime environment is crunching the code like an interpreter.   Please correct me if I am wrong or looking at the picture in a wrong way.   Regards Animesh

Animesh Gupta at Quora Visit the source

Was this solution helpful to you?

Other answers

There is no downside to Java in almost any single company I have worked for: more tan 100 in 11 years due to my consultancy / firefighter profile. The only department I found where java was not suited was in plane made-for libraries where 100% of the paths should be executed deterministically for all the libraries involved (and the client recognized that does not really happen even in C and C++).

Raul Lapeira

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.