Core Java Interview Questions
Questions Answers Views Company eMail

whats the life cycle of jsp

Satyam,

2 4997

what is mean by method signature?

Satyam,

8 10482

what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading?

Satyam, STI,

3 7472

whats the life cycle of jsp

Satyam,

15 19628

wht is customised exception?

Logica CMG, Novell, Prudential,

1 5433

what is diff bet iterator and enumeration?

4 8221

whats is the use of final,in which situation final can be used in the application?

DNS,

2 4488

Explain class A{} class B{} class C{} all the three classes are saved in a single file name, what the name should i provide to the file ,in what file name should i run the program? Ple Explain

DNS, Infosys, TCS,

9 10902

what is overloading in java?

Ascent, DNS, Infosys, SDA, VelTech,

13 30455

They had given one progam final HashMap hm=new HashMap(); public void show() { hm.put("name",value); } in this prg here the final hashtable value can be changed in put method,its the prg run?

DNS, Wipro,

3 12220

they asked class A{} class B{} class c{} all the three class saved as a single file,there is no main method in the file and anothe class M.java class m { psvm(String args[]) { // here the parent class can access } }

DNS, IPSR Solutions,

2 5387

how you will prevent inheritance is there any other way other than inheritance?

Wipro,

4 8066

how you will prevent method overriding?

HCL,

6 12685

byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

NIIT, Wipro,

7 21263

whats is inheritance?

CTS, HCL,

15 15056


Post New Core Java Questions

Un-Answered Questions { Core Java }

Can we overload destructor in java?

534


What are 4 pillers of object orinted programming?

572


What is busy spin, and why should you use it?

584


What is difference between classpath and path variables in java?

541


Is empty in java?

576






What is meant by javabeans?

605


How do generics work?

510


What is Mutex (Mutual Exclusion Object) ?

618


Is string is a data type in java?

583


Define "Access specifiers" in java.

604


What is the difference between static class and normal class?

482


How do you reverse a string in java without using string buffer?

583


What is purpose of keyword void?

556


How many ways can we create the string object?

524


Do I need to import java.lang package any time? Why?

733