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 are peerless components in java programming?

1072

What is the purpose of the finally clause of a try-catch-finally statement in java programming?

1021

How many bits are used to represent unicode, ascii, utf-16, and utf-8 characters in java programming?

1074

What is an abstract method in java programming?

1107

What is the set interface in java programming?

1307

What modifiers may be used with an inner class that is a member of an outer class in java programming?

1184

What is the difference between a static and a non-static inner class in java programming?

1156

Is sizeof a keyword in java programming?

1135

What is casting in java programming?

1094

What is the preferred size of a component in java programming?

1060

What is the difference between the paint() and repaint() methods in java programming?

1258

Can an anonymous class be declared as implementing an interface and extending a class in java programming?

1378

What an i/o filter in java programming?

1187

What advantage do java's layout managers provide over traditional windowing systems?

1031

What is synchronization and why is it important in java programming?

998


Post New Core Java Questions

Un-Answered Questions { Core Java }

What are actual parameters?

1098


What do heavy weight components mean in java programming?

1006


What is the difference between Java and C++?

1273


What all methods are used to prevent thread execution ?

1084


How do you replace all in word?

1146


Difference between linkedlist and arraylist.

1130


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

1848


How many types of operators are there?

1036


How do you clear an arraylist in java?

1035


String and stringbuffer both represent string objects. Can we compare string and stringbuffer in java?

1041


What is the basic difference between string and stringbuffer object?

1149


What is the difference between inheritance and encapsulation?

1209


Explain parallel processing in java8?

1348


How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?

1110


What is the parse method in java?

1181