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...


What are the data types in ruby?



What are the data types in ruby?..

Answer / Vishal Sandhyapushpa

"Ruby has several basic data types: Numeric (Fixnum, Float, Complex), String, Array, Hash (Associative Array or Hash Table), Range and Symbol. Additionally, Ruby supports classes, modules and objects."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Tell me what is the role of sub-directory app/controllers and app/helpers?

1 Answers  


What is the use of load and require in ruby?

1 Answers  


Explain the use of global variable $ in Ruby?

1 Answers  


Is ruby whitespace-dependent?

1 Answers  


Do you know what is the defined operator?

1 Answers  


Explain the role of thread pooling in relation to the thread lifecycle in ruby?

1 Answers  


What are blocks and procs?

1 Answers  


In Ruby code, often it is observed that coder uses a short hand form of using an expression like array.map(&:method_name) instead of array.map { |element| element.method_name }. How this trick actually works?

1 Answers  


Is ruby a strongly typed or a weakly typed language?

1 Answers  


How is object methods defined in ruby?

1 Answers  


How to access Ruby array elements? How many methods are used to access Ruby elements?

1 Answers  


How symbol is different from variables?

1 Answers  


Categories