I just made a connection between python's: pythonw.exe
and java's: javaw.exe
and I'm curious about this as I cant figure out what some of those ending letters mean. I know that javac
is the Java compiler so I assume the w
on the end of the name also has some significance. I've also seen more like javap
, javah
etc. Could someone outline the meanings for the most common endings like c, w, h, p, etc?
I've tried googling and searching on Stackoverflow but haven't found anything that isn't just about a specific ending.
Edit:
I realize there are a lot of isolated answers to these questions. All I really want to know is if there's a place where I can view a complete (or decent) list of the common letters and their meanings, or if someone could outline them for me? Also what to call these endings so that I'm not referring to them just "ending letters"?