Which characters may be used as the second character of an identifier, but not as the first character of an identifier?


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

Post New Answer

More Advanced Java Interview Questions

what is diff between Access modifier and specifier?

5 Answers   L&T,


java is fully object oriented languages or not? why?

12 Answers   HCL,


difference between sql exception class and sql warning class

1 Answers  


How can I avoid validating a form before data is entered?

0 Answers  


What is table mutation and how do you avoid it?

0 Answers  






What is re-entrant. Is session beans reentrant. Is entity beans reentrant?

0 Answers  


int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!

0 Answers  


I wantr to know, How many number of users logged in to website? can any one answer

7 Answers   Cap Gemini,


What is preemptive and Non-preemptive Time Scheduling?

6 Answers   Cognizant,


What is RMI and what are the services in RMI?

0 Answers  


Are enterprise beans allowed to use thread.sleep()?

0 Answers  


What value does read() return when it has reached the end of a file?

0 Answers  


Categories