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...

Core Java Interview Questions
Questions Answers Views Company eMail

What is operator?

3 6507

what is mutability?which one is mutable String or StringBuffer?and why?give examples of each which shows the mutability of each String or StringBuffer

IBM, Zenon,

4 27018

what is Thread?

6 8120

what is synchronization

3 5800

How to add two numbers with out using Arithmetic , union operators in java....? But we can use bitwise operators... but how...?

CTS, Satyam,

4 12829

Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?

Google,

5 11558

What is the need to implement Serializable interface (with no methods) for objects which are to be serialized ? We can write our own functionality which writes objects to streams then why we need to implement and tell JVM that which objects can be serialized.

iFlex, Sapient,

6 16135

why java not supproting multiple inheritance?

5 8137

what is the purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!

emc2, Kumaran Systems,

7 29830

If a multi threaded Java program has started numerous number of threads, at any point in time how to know which thread is currently executing/running ?

Accenture, College School Exams Tests, iFlex, NIIT,

7 16091

Why const and goto are reserved keyword in java?

1 7644

Why Wait and notify are kept in Object class although they are used only with Thread Class

Global Logic, Saksoft,

2 10910

can anyone explain me the concept of autoboxing?

3 6932

what is the use of pojo (plain old java objects)? how it is interact with crystal reports? pls urgent

2247

how to use crystal reports in java

2 5292


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is classpath?

1068


What is the common usage of serialization? What exceptions occur during serialization?

1205


What purpose do the keywords final, finally, and finalize fulfill?

1155


Explain the difference between abstract class and interface in java?

1046


What are user defined exceptions?

1096


Explain parallel processing in java8?

1337


What is a modifier?

1606


What is meant by class?

1064


What is a text string?

1147


What are the different types of garbage collectors in java?

1211


What is preflight request?

1097


Explain about narrowing conversion in java?

1064


What do you mean by thread safe?

1033


For ease of programming you can consider the maze as a 2D array with colors represented by below integer and characters (in capital letters). • B - Black • W -White • G- Green • R- Red R B W B W W W W W W B W B B W W W W W W W B W B W W W B W W W W B B W W W B W W W B W W B B B B W B W B W W B W W W B W W W B B B W W B W W W B W W B W B W W W B W B W W W W B B W W W W B W W W W W G Shortest Route Problem: • Solution that finds the shortest Route between Red and Green  White will have 1 Weight.  Red and Green carry no weights.  Shortest path is the path with less weight when you add up the weights in the path.

2062


Define how can we find the actual size of an object on the heap?

1291