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

how to create an applet

2 4267

what really hapens when a object is created using new operator? 1.is it allocates memory to all variables and methods in the class with reference to that object?

3 5386

Is java pure object oriented or not? if yes, give the valid reason.

Emphasis, NIIT, Syntel, Wipro,

13 21417

How many types of thread in java? give the name

Cisco, NIIT,

13 53636

Is there any way to find whether software installed in the system is registered by just providing the .exe file? I have tried the following code but its just displaying the directory structure in the registry. Here the code : package com.msi.intaller; import java.util.Iterator; import ca.beq.util.win32.registry.RegistryKey; import ca.beq.util.win32.registry.RootKey; public class RegistryFinder { public static void main(String... args) throws Exception { RegistryKey.initialize(RegistryFinder.class.getResource("jRe gistryKey.dll").getFile()); RegistryKey key = new RegistryKey(RootKey.HKLM, "Software\\ODBC"); for (Iterator subkeys = key.subkeys(); subkeys.hasNext();) { RegistryKey subkey = subkeys.next(); System.out.println(subkey.getName()); // You need to check here if there's anything which matches "Mozilla FireFox". } } }

Google,

1763

why java is better then .net?

HCL, iGate,

5 9019

What is an anonymous class?

IBM,

1 5348

WHAT IS JDK,JVM,CLASS DEFINE ALL?

2 4498

i don't want fullforms of JDK an JVM i want definitions for them

2 4759

what is the full form of java

3 9142

what is the diffrence between class and object?

5 6515

import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

IBM, Ramco,

3 6519

how jvm allocates memory for stack?

HP, Ramco,

1 4422

What is dynamic dispatch in java?

4 8421

what is the difference between String and StringBuffer classes?

Infosys,

2 5403


Post New Core Java Questions

Un-Answered Questions { Core Java }

What is thread start?

922


What are java packages? What's the significance of packages?

1246


What is this () in java?

985


What is the difference between variable declaration and variable initialization?

997


can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread

948


Give differences between Quicksort & Mergesort. When should these sorts be used and what is their running time?

1021


What is the reflection?

955


What is the difference between char and char *?

1026


What is java object name?

954


java program with complete 4 oops concepts implemented example

3107


What is an example of procedure?

974


Can we have any other return type than void for main method?

914


How to retrieve data from database in java using arraylist?

1012


What do you mean by static variable?

1036


What are the Main functions of Java?

1064