ruby on rails and java ,which of one of the best in future
&present?
Answer Posted / 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 |
Post New Answer View All Answers
What is the main function of helpers used in ruby on rails?
How do rails implement ajax?
explain request/response cycle?
Name some rails ide or editor.
What is the use of super in Ruby Rails?
What are the servers supported by ruby on rails?
How is direct different from render?
What is a proc ?
What is the directory structure of rails?
Is ruby on rails popular?
What do you understand by rails migration and what it can do?
What can Rails Migration do?
Tell me what is polymorphic association in ruby on rails?
Explain me what is the role of rails controller?
what is “Yield” in Ruby on Rails?