GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

Ruby Interview Questions


Ruby Interview Questions

Questions: 22
Comments: 14
 Showing Questions 1-10 of 22 Questions
[1] 2 3 Next >>
 Sponsored Links

 
 Ruby Interview Questions
Sorting Options :  

How to use two databases to a single application? 

Latest Answer: Class variable's are preceeded by @@ symbols. ...

View Question | Asked by : RyanJames

Latest Answer: A method that loads and processes the Ruby code from a separate file, including whatever classes, modules, methods, and constants are in that file into the current scope. load is similar, but rather than performing the inclusion operation once, it reprocesses ...

Latest Answer: If you declare one variable as global we can access any where, where as class variable visibility only in the class Exampleclass Testdef h  $a = 5  @b = 4 while $a > 0puts $a$a= $a - 1endendendtest = Test.newtest.hputs $a                     ...

Latest Answer: False is a boolean datatypeNil is not a data type ...

Latest Answer: By applying the access modifier : Public , Private and Protected acces Modifier ...
Read Answers (1) | Asked by : scott

View Question | Asked by : scott

View Question | Asked by : sripri

Latest Answer: Use the super keyword to call the superclass implementation of the current method. ...
Read Answers (1) | Asked by : sripri

View page [1] 2 3 Next >>

Ask A Question
Go Top
 Sponsored Links

 
Expert Members
Subscribe
Get Latest Updates Via RSS Reader or by Email
 Forum Discussion Subscribe to Forum Discussions Via E-Mail Latest Forum Discussions Subscribers
 Knowledge Base Subscribe to Knowledge Base Series Via E-Mail Knowledge Base Subscribers
 Learning Series Subscribe to GeekInterview Learning Series Via EMail Learning Series Subscribers
 Freelance Jobs Subscribe to GeekInterview Freelance Jobs Via EMail Latest Freelance Jobs Subscribers
 GeekInterview Blog Subscribe to GeekInterview Blog Via EMail GeekInterview Blog Subscribers
 Testing Interview Questions Subscribe to Testing Interview Questions Via EMail Testing Interview Questions Subscribers
 Oracle Interview Questions Subscribe to Oracle Interview Questions Via EMail Oracle Interview Questions Subscribers
 Java Interview Questions Subscribe to Java Interview Questions Via EMail Java Interview Questions Subscribers
 Latest Placement Papers Subscribe to Latest Placement Papers Placement Papers Subscribers
 Free Training Subscribe to Free Training Via EMail Free Training Subscribers
 Learn AJAX Subscribe to AJAXwith.com Via EMail AJAXwith Subscribers
Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape