answersLogoWhite

0

What is a 'post fix expression' in java programming?

Updated: 8/17/2019
User Avatar

Wiki User

15y ago

Best Answer

Postfix expressions are expressions where the operator is at the end of the expression. These include the "++" (increment) and "--" (decrement) operators. Most Java expressions use in-fix notation (e.g. "a + b") but the increment and decrement operators can be postfix ("e.g. "a++" to increment variable a) or even prefix (e.g. "++a").

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is a 'post fix expression' in java programming?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Evaluate a post fix expression?

Okay, here is a postfix expression: 3 4 * 5 6 * + the evaluation: 3*4 + 5*6 12 + 30 42


What is the antonym for pre-fix?

post-fix.


What means uncaught java.lang.error in a blackberry 9300 and how to fix it?

how do solve java


How do you fix a nameerror in python programming?

By typing the name correctly.


What are the release dates for Fix It in Post - 2013?

Fix It in Post - 2013 was released on: USA: 13 February 2013


What are the release dates for Fix It in Post - 2014?

Fix It in Post - 2014 was released on: USA: 1 December 2014


Is the java plug in safe for your computer?

The Java plug-in for the Java Runtime Environment (JRE) is safe for your computer in most cases. The Java company regularly tests for safety and security, so if a problem is detected a patch fix is released immediately.


Java runtime error - NoClassDefFoundError -- how to remove this error in java programming?

This error means that there was a call to a nonexistent class, but this was not caught by the compiler since the class existed when the file was compiled but was removed before running the .class file. To fix this problem try restoring any files you deleted to the SAME directory as your .class file. This error can also be fixed by changing the Java classpath to point to the locations of your files. The -cp command line option should help.


What does expression idea fix mean?

Its actually a French expression - idee fixe which means a fixed idea, an obsession.


What actors and actresses appeared in Fix It in Post - 2013?

The cast of Fix It in Post - 2013 includes: Ryan Dennee as Artist Candice Nunes as Girlfriend


How do you fix a leak of antifreeze?

You will have to locate the source of the leak before you can fix it. Re-post with your findings.


What is the difference between software programming and hardwired programming?

(d) Hardware programming languages are concurrent in nature and executed a piece of code in parallel while a software programming language are sequential in nature and executed a piece of code sequentially.