ALLInterview.com :: Home Page KalAajKal.com
 Advertise your Business Here     
Browse  |   Placement Papers  |   Company  |   Code Snippets  |   Certifications  |   Visa Questions
Post Question  |   Post Answer  |   My Panel  |   Search  |   Articles  |   Topics  |   ERRORS new
   Refer this Site  Refer This Site to Your Friends  Site Map  Bookmark this Site  Set it as your HomePage  Contact Us     Login  |  Sign Up                      
info       Did you received any Funny E-Mails from your Friends and like to share with rest of our friends? Yeah!! you can post that stuff   HERE
Google
 
Categories  >>  Software  >>  Core Java  >>  Java J2EE  >>  Java Related
 
 


 

 
 Core Java interview questions  Core Java Interview Questions
 Advanced Java interview questions  Advanced Java Interview Questions
 Swing interview questions  Swing Interview Questions
 EJB interview questions  EJB Interview Questions
 Servlets interview questions  Servlets Interview Questions
 Struts interview questions  Struts Interview Questions
 JDBC interview questions  JDBC Interview Questions
 JMS interview questions  JMS Interview Questions
 SunOne interview questions  SunOne Interview Questions
 J2EE interview questions  J2EE Interview Questions
 Weblogic interview questions  Weblogic Interview Questions
 Websphere interview questions  Websphere Interview Questions
 Java Networking interview questions  Java Networking Interview Questions
 Java J2EE AllOther interview questions  Java J2EE AllOther Interview Questions
Question
Which characters are allowed to use as the second character 
of an identifier, and which characters are not allowed?
 Question Submitted By :: Guest
I also faced this Question!!     Rank Answer Posted By  
 
  Re: Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
Answer
# 1
The following are the attributes of the character that is
part of a Java identifier but not as the first character:

    * it is a letter
    * it is a currency symbol (such as '$')
    * it is a connecting punctuation character (such as '_')
    * it is a digit
    * it is a numeric letter (such as a Roman numeral character)
    * it is a combining mark
    * it is a non-spacing mark
 
Is This Answer Correct ?    0 Yes 0 No
Ranganathkini
 
  Re: Which characters are allowed to use as the second character of an identifier, and which characters are not allowed?
Answer
# 2
The Second letter may be
    Alphabetic letters - a to z ot A to Z
    Numerals - 0 to 9
    Only special character  $,_  and Euro currency symbols
 
Is This Answer Correct ?    0 Yes 0 No
Vijayakumar Chinnasamy
 
 
 

 
 
 
Other Core Java Interview Questions
 
  Question Asked @ Answers
 
when we have to use final class in java?  2
How do you compare two strings? any predefined method for this?  2
explain the clone method and clonable interface  1
What services that container provides?  1
is this possible to create an array of 0 length? if so how? if not so why? coz we have an array in main() likw this "static void main(String [] s) then what it signifies? Hexaware2
What is the life cycle of an Applet ?  1
When you Click a Button, What event will be fired?  2
what is difference between global methods and local methods?  1
what is aberivation of java?  10
wht is mean by dirty read?  1
what is the form of storage space in java?  5
When garbage collector invokes object?s finalize() method?  3
what is life cycle of applet?  4
Hai all I want to print given array in reverse order Ex: int a[]={1,2,3,4,5};display this array in reverse order.  2
how to call One constructor from another; Innodata-Isogen7
What is the frontend and backedn in Java? TCS2
How are commas used in the initialization and iteration parts of a for statement?  2
What modifiers can be used with a local inner class?  2
what is jms? features of jms CTS1
what is mean by String and StringBuffer? What is mean by Methooverriding and Overloading? Satyam3
 
For more Core Java Interview Questions Click Here 
 
 
 
 
 
   
Copyright Policy  |  Terms of Service  |  Help  |  Site Map 1  |  Articles  |  Site Map  |   Site Map  |  Contact Us interview questions urls   External Links 
   
Copyright © 2007  ALLInterview.com.  All Rights Reserved.

ALLInterview.com   ::  Forum9.com   ::  KalAajKal.com