swapna


{ City } hyderabad
< Country > india
* Profession *
User No # 1739
Total Questions Posted # 142
Total Answers Posted # 68

Total Answers Posted for My Questions # 411
Total Views for My Questions # 1466614

Users Marked my Answers as Correct # 868
Users Marked my Answers as Wrong # 482
Answers / { swapna }

Question { 5539 }

Why is it a bad idea to throw your own exceptions?


Answer

if at that point you know that an error has occurred, then
why not write the proper code to handle that error instead
of passing a new Exception object to the catch block?

Throwing your own exceptions signifies some design flaws in
the project.

Is This Answer Correct ?    1 Yes 1 No

Question { 5947 }

What are the ways to deploy an assembly?


Answer

An MSI installer, a CAB archive, and XCOPY command.

Is This Answer Correct ?    8 Yes 0 No


Question { 4039 }

What?s a satellite assembly?


Answer

When you write a multilingual or multi-cultural application
in .NET, and want to distribute the core application
separately from the localized modules, the localized
assemblies that modify the core application are called
satellite assemblies.

Is This Answer Correct ?    4 Yes 0 No

Question { 3138 }

How do you customise database for blast?


Answer

Step 1. Assemble your sequences.

Put all your sequences in Fasta format in a single file.
This file should be located in a suitably named
subdirectory of your home directory on the UBiC Blast
server. The definition line for each sequence should start
with a unique identifier for that sequence.

Step 2. Convert this sequence file to a Blastable database.

The command formatdb converts your Fasta file of sequences
to a set of files that can be queried with command-line
BLAST.

Step 3. Test Blast on your database.


See the UBiC tutorial, Using Command-line BLAST. In the
blastall command-line you will need to specify the location
of your database by typing: -
d /disk2/home/myhome/blastdbs/custom.aa.



Is This Answer Correct ?    1 Yes 0 No

Question { 5103 }

How many grams of NaOH will react with 0.2 equivalent of
HCl?


Answer

0.59 gms of NAOH will react with 0.2 equivalent of HCL.

Is This Answer Correct ?    10 Yes 3 No

Question { TCS, 185644 }

How many different types of indexes we have in oracle?


Answer

We have mainly two different indexes .

Implicit index and Explicit index.

Explicit indexes are again of many types like
simple index,unique index,Bitmap index,Functional
index,Organisational index,cluster index.

Is This Answer Correct ?    179 Yes 64 No

Question { 30559 }

what is the command to find out which shell you are running?


Answer

ps command is used to find out the shell we are running.

Is This Answer Correct ?    20 Yes 45 No

Question { 45342 }

what is the difference between "cron" command and "at" command?


Answer

cron command is used to schedule the task daily at the same
time repeatedly.

"at" command is used to schedule the task only once i.e to
run only one time.

Is This Answer Correct ?    118 Yes 6 No

Question { 8248 }

which command is used to change group?


Answer

"chgrp" command is used to change groups.

Is This Answer Correct ?    25 Yes 1 No

Question { 9708 }

what is the use of nice command?


Answer

nice command is used to give priorities for running
processes.

Is This Answer Correct ?    12 Yes 1 No

Question { Sail, 13190 }

what is the use of "fg" command ?


Answer

fg command will resume the recently stopped process.

Is This Answer Correct ?    13 Yes 14 No

Question { 8087 }

what are the different commands used to view the contents
of a file?


Answer

ls command
cat command
more command
vi command

Is This Answer Correct ?    1 Yes 9 No

Question { 3312 }

What is a Windows process?


Answer

It is an application that is running and had been
allocated memory.

Is This Answer Correct ?    0 Yes 0 No

Question { 3770 }

What?s typical about a Windows process in regards to memory
allocation?


Answer

Each process is allocated its own block of available RAM
space, no process can access another process code or data.

If the process crashes, it dies alone without taking the
entire OS or a bunch of other applications down.

Is This Answer Correct ?    0 Yes 0 No

Question { 7121 }

Explain what is the relationship between a Process,
Application Domain, and Application?


Answer

A process is an instance of a running application.

An application is an executable on the hard drive or
network. There can be numerous processes launched of the
same application (5 copies of Word running), but 1 process
can run just 1 application.

Is This Answer Correct ?    4 Yes 2 No

Prev    1   2    [3]   4   5    Next