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


Why java is free from garbage values??

Answers were Sorted based on User's Feedback



Why java is free from garbage values??..

Answer / harsh singh

In java we have garbage collector , which is call by JVM in equal interval of time and remove garbage values or variables.

Is This Answer Correct ?    20 Yes 4 No

Why java is free from garbage values??..

Answer / mihirdash

first take an example of c/c++,here the decaration and initialization is the programmer responsibility if not it gives the garbage value.but in java every thing is taken by jvm.we can declare any number of variable but it should be initialized.otherwise if we are going to use the uninitialized varibles the java compiler gives error.so there is no garbage value in java.
and if youu are created a object the keyword new is assigned default value during crreation of object

Is This Answer Correct ?    3 Yes 0 No

Why java is free from garbage values??..

Answer / mihirdash

Because in java all declare variables are known to programmer.other wise it create some logical error.let us take an example of c++/c language if declare 100 variable it is so difficult to remember which will i initialise and it will effect my output result .so,that there is no garbage values
in java.

Is This Answer Correct ?    10 Yes 9 No

Why java is free from garbage values??..

Answer / mamitha

In Java, Based on OOPS concepts,By default garbage collection ll happens. The main disadvantage in C & C++ is garbage values. So, its removed in Java

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More Core Java Interview Questions

What is the difference between exception and error in java?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


How to Sort list of Strings in ascending order without using java api.

1 Answers   HCL, NIIT,


Why is the singleton pattern considered to be an anti pattern?

0 Answers  


Definition for connection pooling?

3 Answers  


What restrictions are placed on method overriding?

0 Answers  


What is interface and its use?

8 Answers   HCL,


Define an enumeration?

0 Answers  


Can we have a try block without catch block?

0 Answers  


What are memory tables?

0 Answers   Aspiring Minds,


When a thread is executing a synchronized method , then is it possible for the same thread to access other synchronized methods of an object ?

0 Answers  


What is the concatenation operator in java?

0 Answers   Aspire, Infogain,


Categories