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


What are the allowed, non-Unicode letter characters that
can be used as the first character of an identifier?

Answers were Sorted based on User's Feedback



What are the allowed, non-Unicode letter characters that can be used as the first character of an ..

Answer / ranganathkini

Currency symbol such as $ and _ (underscore)

Is This Answer Correct ?    2 Yes 0 No

What are the allowed, non-Unicode letter characters that can be used as the first character of an ..

Answer / ravikiran

$,_

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why is method overloading not possible by changing the return type in java?

0 Answers  


What is null statement?

0 Answers  


Can string be considered as a keyword?

0 Answers  


What will be the output of the program? public class Test { public static void main(String args[]) { ArrayList<String> list = new ArrayList<String>(); list.add("2"); list.add("3"); list.add("4"); list.add("5"); System.out.println("size :"+list.size()); for(int i=0;i<list.size();i++) { list.remove(i); } System.out.println("size after:"+list.size()); } }

5 Answers   Rolta,


Can we use different return types for methods when overridden?

0 Answers  


What are the types of casting?

0 Answers  


Can a class be private?

0 Answers  


What is stack class in java?

0 Answers  


Write a program to show whether a graph is a tree or not using adjacency matrix.

0 Answers   Amazon,


Highest level event class of the event-delegation model?

0 Answers  


In case of inheritance what is the execution order of constructor and destructor?

0 Answers   Agilent,


Mention some features of java?

0 Answers  


Categories