Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

niranjan


{ City } vijayawada
< Country > india
* Profession * student
User No # 1362
Total Questions Posted # 0
Total Answers Posted # 113

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 1381
Users Marked my Answers as Wrong # 347
Answers / { niranjan }

Question { 7019 }

Name the runtime exceptions that occurs frequently?


Answer

ArithmeticException,FileNotFoundException

Is This Answer Correct ?    2 Yes 1 No

Question { 7987 }

Name the types of 'priority'?


Answer

Min_Priority------------1
Max_Priority------------10
Norm-Priority-----------5

Is This Answer Correct ?    7 Yes 3 No


Question { 7166 }

In what ways you can handle exception ?


Answer

using try--catch--finally
using throws

Is This Answer Correct ?    4 Yes 0 No

Question { 4657 }

transaction attributes ?


Answer

not supported,requires,required new,supports,mandatory,never

Is This Answer Correct ?    1 Yes 0 No

Question { 51353 }

What are types of Java applications?


Answer

Standalone applications
Web applications
Mobile applications

Is This Answer Correct ?    42 Yes 15 No

Question { 9555 }

What are virtual functions?


Answer

Functions which are called at runtime are called virtual
functions.

Is This Answer Correct ?    8 Yes 7 No

Question { Samsung, 15337 }

What are wrapped classes?


Answer

Wrapper classes allow primitive data types to be accessed
as object.
One assigned a value the value of wrapper calsses cann't be
changed.
thay are used to convert value of one data type to another.

Is This Answer Correct ?    17 Yes 1 No

Question { 4929 }

What classes of exceptions, caught by a catch clause?


Answer

A catch clause can catch any exception that is assigned to
the throable type.It includes both run time errors and
exceptions.

Is This Answer Correct ?    1 Yes 1 No

Question { Noah Solutions, 24269 }

What are wrapper classes?


Answer

wrapper classes allow primitive data types to be accessed
as objects.Once assigned a value the value of wrapper
classes can't be changed.

Is This Answer Correct ?    48 Yes 10 No

Question { 8331 }

What classes of exceptions, thrown by a throw statement?


Answer

Syntax for throw is:
throw throwableinstance;
Here the throwableinstance must be an object of type
Throwable or sub-class of Throwable.Simple types such as
int or char as well as non-Throwable types such as String
or object can't be assigned to throw.

Is This Answer Correct ?    1 Yes 0 No

Question { 4107 }

What is the specification of ?CODEBASE? in an applet?


Answer

When the applet class file is not in the same directory
codebase is used.

Is This Answer Correct ?    0 Yes 0 No

Question { 7093 }

When you Click a Button, What event will be fired?


Answer

An ActionEvent is generated.

Is This Answer Correct ?    3 Yes 1 No

Question { 8470 }

What error occurs if a try-catch-finally statement sequence
does not have a catch clause?


Answer

no error will occur

Is This Answer Correct ?    4 Yes 2 No

Question { Amazon, 16936 }

What happens if an exception is not caught?


Answer

results in the termination of the program

Is This Answer Correct ?    14 Yes 2 No

Question { 10885 }

What happens when you assigned a 'double' value to
a 'String'?


Answer

result is a string

Is This Answer Correct ?    1 Yes 5 No

Prev    1   2   3    [4]   5   6   7   8    Next