ruby on rails and java ,which of one of the best in future
&present?



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

Post New Answer

More Ruby on Rails Interview Questions

Explain the advantages of ruby on rails?

0 Answers  


Please explain what are the positive aspects of rails?

0 Answers  


Explain dry in rails?

0 Answers  


What is the architecture of Model views and controllers

0 Answers   Baidu,


How do rails implement ajax?

0 Answers  






What is the difference between render and redirect?

0 Answers  


what is Cross-Site Request Forgery (CSRF) and how Rails is protected against it?

0 Answers  


How is dynamic scaffolding different from static scaffolding?

0 Answers  


What are the different filters used in ruby on rails?

0 Answers  


Tell me what is orm (object-relationship-model) in rails?

0 Answers  


what is the role of Rails Controller?

0 Answers  


How to find second max element from database ?

0 Answers  


Categories