Call Support +91-85588-96644
TCYonline

Login

Sign Up

Please enter a Username or Email ID
Please enter a password
Keep me logged in
Please enter your name
Please enter your mobile number
You can't leave Captcha Code empty
By submitting this form, you agree to the Terms & Privacy Policy.
OR

Sign Up via Facebook

Sign Up via Google

Sign Up via Twitter

Download Software
Tests given

Download TCY App

App Image

General Information Technology Discussion

(293 Posts)

This thread is dedicated to discuss general Information Technology queries

This discussion has been closed. You may browse through other discussons related to IT & Computer Science
Arjun
Shared from Data Base Management System on Oct 11, 2013 1:24 PM

A priority queue Q is used to implement a stack S that stores characters. PUSH (C) is implemented as INSERT (Q, C, K), where K is an appropriate integer key chosen by the implementation. POP is implemented as DELETEMIN (Q). For a sequence of operations, the keys chosen are in

 
non-increasing order
non-decreasing order
strictly increasing order
strictly decreasing order
Please type your answer before submitting.
Avi Nagpal
Shared from Java Programming Test on May 01, 2012 8:08 PM

Which method is used for garbage collection?

 
System.collectGarbage();
System.gc();
System.exit(0);
System.garbage();
Please type your answer before submitting.
Bhupesh
Shared from PHP on Apr 09, 2012 4:06 PM

Which of the following is used to re-index an array?

 
arrange(arrayname)
array_value(arrayname)
reindexed(arrayname)
none of these
Please type your answer before submitting.
Abhi B
Shared from JAVA on Oct 20, 2010 8:04 AM

The _______ exception is thrown when a method is called with illegal arguments.

 
illegal args
illegal argument
illegal arguments
illegal arg
Please type your answer before submitting.
Ganesan Rajendiran
Posted on Sep 07, 2010 4:23 AM

Threads provide a means of multitasking.

 
True
False
Please type your answer before submitting.