⟩ Tell me what is the difference between the application model of HTML and HTML5?
Trick question, there is no difference. HTML5 is a continuum of HTML and just a souped up version of the original HTML. There has been no major paradigm shift.
Trick question, there is no difference. HTML5 is a continuum of HTML and just a souped up version of the original HTML. There has been no major paradigm shift.
Explain how you can run Rails application without creating databases?
Tell me what is the difference between calling super() and super call?
What is the Notation used for denoting class variables in Ruby?
As you know ruby provides four types of variables. List them and provide a brief explanation for each?
Please explain what is MVC and why do we use it?
Tell me an array [1,2,34,5,6,7,8,9], product it using a method?
Please explain each of the following operators and how and when they should be used ==, ===, eql?, equal?
Explain me what is the difference between Symbol and String?
Explain me what is the naming convention in Rails?
Can you explain me how Rails implements Ajax?