Tag: web technology
Questions Related to web technology
What is the output for the below lines of code? var pattern = /(dr.*ing)/; var sentence = "The day started drizzling, but now it is heavily raining."; pattern.test(sentence); document.write(RegExp.$1);
which of the following are true about file Class? choose all that apply.
What is the value of x in the following code? %let a=2; %let c=3; %let x=&a + &c;
Who founded ruby?
Ruby is Written in...?
Rails is written in..?
what type of architechture will ROR follows?
What is the default server for Ruby on Rails?