answersLogoWhite

0

I don't think Rails is faster than Java, because Rails is only web based and Java is everywhere.

Java is much enriched and full of resources. Its community is also vast.

Plus its celebrating its 20th birthday and Java is still rising, and Rails is only 9 years old.

But in such short time Rails also got good popularity. Sites like Shopify, Cruncbase,SoundCloud used Rails. Twitter was also based on Rails but they are moving their codes in Java recently.

We never know in future Rails could beat Java in web developments.

User Avatar

Wiki User

9y ago

What else can I help you with?

Related Questions

Advantages of C over C plus plus and java?

C can be faster than C++ programs, and definitely faster than Java, since Java is primarily interpreted. C is also somewhat less rigid in definitions as well, not as tightly structured as either C++ or Java can be.


Why java applet is executed faster than java script?

The java applet is in the java language and is run local to your computer, java script is in the language java script, this can be run local to server or computer. Java and java script are to different languages that run two different ways.


Is java better than flash player?

No, flash player is better and faster.


Difference between symbian and java phone?

both are mobile operating syms but sybm is more faster than the java


Is Java or C plus plus faster?

Java is considerably more convenient than either C or C++ due to its extremely high level of abstraction. However, that convenience comes at the cost of both performance and efficiency.


Who are the competitors of ASP.net?

-Java Server Pages -PHP -Ruby on Rails --JSF,Google web toolkit


Is a boat faster than a train?

The average boat is slower than the average train. Dragging a weight through water is a lot harder than rolling the same weight with wheels over rails.


Why pass by reference is quicker than pass by values in java?

Pass by Reference does not create a copy of the data items. So, it is faster.


What are the purpose of programming language Ruby?

Ruby is a vibrant, philosophical and object-oriented programming language which is easy-to-learn, while Rails is an open source web application framework which runs via the Ruby programming language.The purpose of Ruby on Rails is to develop websites as well as Web applications with less code and is at least ten times faster compared to a typical Java framework.


Is java better than vbnet?

Java is not better than VBNet, nor is VBNet better than Java. Eachone has its advantages and disadvantaged over the other one.


How java is fast?

Java is not fast. Compared to equivalent code compiled to native machine code it is extremely slow. However, it is somewhat faster than many other interpreted languages because the source code compiles to Java byte code which is suitable for interpretation by any Java virtual machine. Interpreting byte code is much quicker than interpreting source code and, unlike machine code, byte code is portable.


Which language is faster java or c plus plus?

C++ compiles to native machine code whereas Java compiles to byte code which must run within the Java Virtual Machine. The extra layer of abstraction means that, comparing like for like, a C++ program will easily outperform its Java equivalent. Thus C++ is easily the faster of the two.