Which is a valid identifier?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Give differences between Quicksort &Mergesort. When should these sorts be used andwhat is their running time in java?

0 Answers   Genpact,


Can we use string in switch case in java?

0 Answers  


Can an object subclass another object?

0 Answers  


1).Is Object class abstract or not? 2).Is main method(public static void main(String args[])low priority thread or high priority thread?

3 Answers   TCS,


How we can skip finally block of exception even if some exception occurs in the exception block in java?

0 Answers  






Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.

5 Answers  


Can we declare the main method of our class as private?

0 Answers  


What is the middleware?

2 Answers  


Is there any need to import java.lang package?

13 Answers   Sun Microsystems,


What is an immutable class? How to create an immutable class?

0 Answers  


how to create multithreaded program? : Java thread

0 Answers  


what is mean by synchronization?

3 Answers   BOB Technologies, GCPL,


Categories