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

Which characters are allowed to use as the second character
of an identifier, and which characters are not allowed?

Answer Posted / ranganathkini

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Write a program in java to calculate the difference between the sum of the odd level and even level nodes of a binary tree.

1108


Write an algorithm for quick sort?

1084


Who developed java?

1056


What are the limitations of procedural programming approach?

1111


What does split function do in java?

1078


Explain the public class modifier?

996


Which method returns the length of a string?

1095


Difference between arraylist and vector.

1180


What does += mean in java?

1128


Can a static method be final?

1107


What does the @override annotation do?

1092


Is logger a singleton?

1014


Why main function is static?

1314


What's the purpose of using break in each case of switch statement?

1041


Can we make a constructor final?

1081