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


Explain retry statement in ruby.



Explain retry statement in ruby...

Answer / Arun Kumar Sharma

"The retry statement in Ruby restarts the current iteration of a loop from the beginning, unless an exception is explicitly handled. When used within a rescue clause, it attempts to execute the body of the loop again until a specified condition is met or a break or return statement is encountered."

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Ruby Interview Questions

Does hash use “ #==” or “#eql?” To compare hash keys?

1 Answers  


How would you create getter and setter methods in ruby?

1 Answers  


what is the Notation used for denoting class variables in Ruby?

1 Answers  


Tell me how can you declare a block in ruby?

1 Answers  


Can you list out the few features of ruby?

1 Answers  


Explain about methods?

1 Answers  


Is ruby a strongly typed or a weakly typed language?

1 Answers  


What are Ruby iterators?

1 Answers  


Explain ruby strings.

1 Answers  


Tell me how you define instance variable, global variable and class variable in ruby?

1 Answers  


How would you implement hash in ruby internally?

1 Answers  


How would you freeze an object in ruby? Can you provide a simple example?

1 Answers  


Categories