Can’t find an answer?

Can’t find an answer?

Ask us to get the answer

  • This forum is empty.

What is the best definition of React.js ?
(A) Server-side Framework
(B) User-interface framework
(C) A Library for building interaction interfaces
(D) None of These

What is the output of the below code snippets ?

import React from 'react';import ReactDOM from 'react-dom';const Component=()=>{ return <h1>This is Quiz Portal</h1>} ReactDOM.render( <Component />, document.getElementById("root"));

(A) Component
(B) This is Quiz Portal
(C) Error in code
(D) None of the above

Which below function in React.js is used to get the DOM node when the component is rendered ?
(A) renderDOM()
(B) componentAtNode()
(C) getDOMNode()
(D) findDOMNode()

The external data in PHP are ________?
(A) Cookies
(B) Input data from a form
(C) Server Variables
(D) All of the above

How many types of filtering is present in PHP?

(A)

2

(B)

3

(C)

4

(D)

None

The correct syntax for enclosing the PHP script are?

(A)

<PHPgt; </phpgt;

(B)

<?PHP ?gt;

(C)

?PHP ?PHP

(D)

<p?gt; </?pgt;

Which of the following is true if you want to send input through the script in PHP?

(A)

Post

(B)

Get

(C)

All of the above

(D)

None of the above

Which of the following is not considered predefined values?

(A)

$get

(B)

$ask

(C)

$request

(D)

$post

Which of the following method in PHP is used to get the current day and location?

(A)

date_sunrise()

(B)

sunrise()

(C)

date-sunrise()

(D)

None of the above

What is the output of the below code snippets?

<?php $value=\"GeeksForGeeks\"; echo strrev(\"$value\"); ?>

(A)

skeeGroFskeeG

(B)

skeeGroFskeeO

(C)

skeeGorFskeeG

(D)

skeeForFskeeG

Viewing 15 topics - 1 through 15 (of 74 total)

1 2 3 4 5
  • You must be logged in to create new topics.