Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

what are the positive aspects of Rails?

884


What is object-relationship-model (orm)?

986


what is testing in rails?

1098


How are observers and callbacks different from each other?

833


Name some rails ide or editor.

891


Do you know what are the types of caching used in rails, what are they?

927


Do you know what is cross-site request forgery (csrf) and how rails is protected against it?

926


how you can run Rails application without creating databases?

948


how can you declare a block in Ruby?

1050


what are helpers and how to use helpers in ror?

951


How is calling super() different from the super call?

930


Tell me what is polymorphic association in ruby on rails?

858


What are the different types of association relationships that exist?

972


Explain valid and invalid in rails?

877


What is active record in rails?

1043