ruby on rails and java ,which of one of the best in future
&present?
Answer / rani
I am just entering into programming field. Many of them are
encouraging me to take Ruby on Rails. Like Java, Ruby is a
full-featured object-oriented language. But there are many
significant differences.
The main difference between Ruby on Rails and Java is that
RnR is a MVC framework, you have to write the model, the
view and the controllers, and OX is a model-driven
framework, you only need to write the model. The result is
less code for a better application.
Another big difference is that RnR uses passive code
generation; that is, it generates the code for you, but
after it if you want to extend or refine the code you have
to edit the generated code. Java does not use code
generation, the only code you have is the code you write.
I would say ruby on rails providing it's shallower learning
curve and more career opportunities.
| Is This Answer Correct ? | 14 Yes | 0 No |
what is testing in rails?
How to find second max element from database ?
What is the difference between symbol and string?
Why ruby on rails is used for?
What is the Install rail package?
what is the purpose of RJs in Rails?
Tell me what is polymorphic association in ruby on rails?
what is different between activerecord::relation's count, length and size methods?
How is visibility of methods changed in ruby (encapsulation) ?
How to serialize data with yaml?
what is Polymorphic Association in Ruby on Rails?
In how many ways you can create rails layout http response.