Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

Ness Technologies Core Java Interview Questions
Questions Answers Views Company eMail

Nullpointer exception is a very common exception. Why is it not made as a checked exception?

2 6805

What is the difference between Checked and Unchecked exception? Give some examples

2 7015

What is the purpose of having the concept of overloading?

7 16351

How does Vector implement synchronization?

4 10932

What is meant by Encapsulation? Can you write a class to explain encapsulation?

8 14244

What is meant by event handling in SAX parser?

1 5431

When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?

5 15442

Java violates few objected oriented concepts. Can you explain in what way?

3 7903

How many objects are created for a singleton class

7 12916

How to sort the elements in HashMap

3 10603

What is non static block in java

10 20827

when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..

1 4504

The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 6052

Post New Ness Technologies Core Java Interview Questions


Ness Technologies Core Java Interview Questions


Un-Answered Questions

explain the means of supporting pseudo conversation programming. (Eg. Storing and restoring of states, control flow, error handling)?

606


how to select fuse rating for a 3-phase motor ???

1340


wha is very first process created by kernel

613


how to flameproof electrical motor on the shaft?

1523


what is the definition of sells? How is it differ from marketing?

1620






How do servers work?

505


I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1483


What is the use of innodb in mysql?

470


List out all forms of LOCKS that are available in Teradata.

543


how does this job compare with others you have aplied for?

1231


What are start routines, transfer routines and update routines?

56


how to calculate area of a bar when you are getting weight per mitre of a tmt bar for calculating ps of that bar ?

1537


For read-only operation which property you have to designated?

551


Explain 3 tier architecture implementation while deploying qlikview application?

3


What is database seeding in laravel?

376