IT Trainer Questions


Q:

Cobalt 60 is used for cancer treatment it emmits which rays?

A) Alpha B) Beta
C) Gamma D) X rays
 
Answer & Explanation Answer: C) Gamma

Explanation:

Cobalt therapy or cobalt-60 therapy is the medical use of gamma rays from the radioisotope cobalt-60 to treat conditions such as cancer.

 

Cobalt 60 is a synthetic radioactive isotope of cobalt with a half-life of 5.2714 years. It is produced artificially in nuclear reactors.

Report Error

View Answer Report Error Discuss

Filed Under: General Science
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

4 2674
Q:

What is String Args in Java?

Answer

String Args (String []) is an array of parameters of type String.


In Java, 'args' contains the supplied command-line arguments as an array of String objects. In other words, if you run your program as 'java MyProgram Hello World' then 'args' will contain ["Hello", "World"]. When a java class is executed from the console, the main method is what is called.

Report Error

View answer Workspace Report Error Discuss

9 2673
Q:

You can use display planner to

A) add ads B) research keywords
C) display network D) All of the above
 
Answer & Explanation Answer: C) display network

Explanation:

Display Planner is a free Google Ads tool you can use to plan your Display Network ad campaigns.

Report Error

View Answer Report Error Discuss

3 2663
Q:

How many inches is 5' 4"?

A) 66 B) 64
C) 62 D) 60
 
Answer & Explanation Answer: B) 64

Explanation:

We know 1 feet = 12 inches.

According to the question,

5' 4''  =  5 feet 4 inches = 12 x 5 + 4 = 64 inches.

 

Hence,  5' 4''  =  5 feet 4 inches = 64 inches. 

Report Error

View Answer Report Error Discuss

Filed Under: Arithmetical Reasoning
Exam Prep: AIEEE , Bank Exams , CAT , GATE
Job Role: Analyst , Bank Clerk , Bank PO , IT Trainer

0 2647
Q:

What is the difference between creating String as new() and literal ?

Answer

When we create string with new() Operator, it’s created in heap and not added into string pool while String created using literal are created in String pool itself which exists in PermGen area of heap.



String s = new String("Test");

does not put the object in String pool , we need to call String.intern() method which is used to put them into String pool explicitly. its only when you create String object as String literal e.g. String s = "Test" Java automatically put that into String pool.

Report Error

View answer Workspace Report Error Discuss

1 2644
Q:

XML preserves white spaces.

A) TRUE B) FALSE
Answer & Explanation Answer: A) TRUE

Explanation:

True, the given statement that xml preserves white spaces is correct.

Report Error

View Answer Workspace Report Error Discuss

1 2638
Q:

Which is the world's most valuable company?

A) Apple B) Amazon
C) Microsoft D) Google
 
Answer & Explanation Answer: A) Apple

Explanation:

The world's most valuable company is Apple followed by Amazon and Microsoft.

Report Error

View Answer Report Error Discuss

3 2635
Q:

The more you take the more you leave behind. What is it?

Answer

Footsteps. 


Yes, as you walk forward, you will leave the footstep behind you.

Report Error

View answer Workspace Report Error Discuss

8 2635