What is token in java?



What is token in java?..

Answer / Nishant Gautam

In Java, a token is a lexical unit of program text that has a meaningful syntactic value. Tokens are generated during the lexical analysis phase of compiling.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is defined as false sharing in the context of multithreading?

1 Answers  


Write a java program to print fibonacci series?

1 Answers  


What is the use of math abs in java?

1 Answers  


What is variable argument in java?

1 Answers  


why static class in java or what is use of static class in java

3 Answers   SunGard,


When is an object subject to garbage collection?

1 Answers  


Explain the difference between abstract class and interface in java?

1 Answers  


Is singleton a bad practice?

1 Answers  


How will you add panel to a frame?

1 Answers  


What are benefits of java?

1 Answers  


Is there any case when finally will not be executed?

1 Answers  


Why cant we define System.out.println() inside a class directly?

5 Answers  


Categories