System() function in java project

Hi,
I am a student of CSE. I am currently beginning to program with java using netbeans. I know some C++. I am now doing a project where I have to call some other program, from within the java program. I know there is a function in C/C++ called system("program.exe"), which can call an external exe. I have used it too. Is there any way I can do something in java?
