answersLogoWhite

0

Because goto statements usually result in hard to read code. This was a feature of C++ which the creators of Java decided they didn't want to allow.

User Avatar

Wiki User

15y ago

What else can I help you with?

Continue Learning about Engineering

How many keywords in java 1.6?

As of Java 1.5, there are 50 keywords defined, 48 of which are used (const and goto are unusable keywords).abstractcontinuefornewswitchassertdefaultgotopackagesynchronizedbooleandoifprivatethisbreakdoubleimplementsprotectedthrowbyteelseimportpublicthrowscaseenuminstanceofreturntransientcatchextendsintshorttrycharfinalinterfacestaticvoidclassfinallylongstrictfpvolatileconstfloatnativesuperwhile


How do you compile java programming language?

Hello Frnd, As u say u want to Compile & Run Java Prog. for This if U have JAVA CREATOR then u can compile directly otherwise........ goto Start >run type "cmd" Press "Enter"after that goto C>java>bin> type for compile the prog. "javac PROG.NAME.java" Press "Enter" if Compile SuccessFully Type "java PROG.NAME" Press "Enter" For It This Is Must u save ur Prog. in the folder "bin" in java............. Hello Frnd, As u say u want to Compile & Run Java Prog. for This if U have JAVA CREATOR then u can compile directly otherwise........ goto Start >run type "cmd" Press "Enter"after that goto C>java>bin> type for compile the prog. "javac PROG.NAME.java" Press "Enter" if Compile SuccessFully Type "java PROG.NAME" Press "Enter" For It This Is Must u save ur Prog. in the folder "bin" in java.............


What is go-to unconditional in c plus plus?

An unconditional goto is a goto that has no associated conditional expression. The following example demonstrates conditional and unconditional goto statements. int x=rand(); if (x) goto label_1; // conditional goto (when x is non-zero) else goto label_2; // conditional goto (when x is zero) label_1: // ... goto label_3; // unconditional goto (jump past label_2) label_2: // ... label_3: // ...


Write a c for goto statement?

AGAIN: puts ("c"); goto AGAIN;


Why goto is not a good structured programming style?

goto is a statement, not a programming style.

Related Questions

How do you learn core java?

Goto a institute near by which teaches java and join in a batch......


Why goto statements are not available in java?

Using "goto", even in languages where it is available, is generally considered bad programming practice.


Why goto keyword not used in java?

Goto leads to morememory waste age and multiple branching occurs so memory is wasted


How many keywords in java 1.6?

As of Java 1.5, there are 50 keywords defined, 48 of which are used (const and goto are unusable keywords).abstractcontinuefornewswitchassertdefaultgotopackagesynchronizedbooleandoifprivatethisbreakdoubleimplementsprotectedthrowbyteelseimportpublicthrowscaseenuminstanceofreturntransientcatchextendsintshorttrycharfinalinterfacestaticvoidclassfinallylongstrictfpvolatileconstfloatnativesuperwhile


Give some examples of keywords?

Java KeywordsabstractassertbooleanbreakbytecasecatchcharclassconstcontinuedefaultdodoubleelseenumextendsfinalfinallyfloatforgotoifimplementsimportinstanceofintinterfacelongnativenewpackageprivateprotectedpublicreturnshortstaticstrictfpsuperswitchsynchronizedthisthrowthrowstransienttryvoidvolatilewhileThe Java Language Specification makes a special note of the "goto" and "const" keywords:The keywords const and goto are reserved, even though they are not currently used. This may allow a Java compiler to produce better error messages if these C++ keywords incorrectly appear in programs. C++ Keywordsandand_eqasmautobitandbitorboolbreakcasecatchcharclasscomplconstconst_castcontinuedefaultdeletedodoubledynamic_castelseenumexplicitexportexternfalsefloatforfriendgotoifinlineintlongmutablenamespacenewnotnot_eqoperatororor_eqprivateprotectedpublicregisterreinterpret_castreturnshortsignedsizeofstaticstatic_caststructswitchtemplatethisthrowtruetrytypedeftypeidtypenameunionunsignedusingvirtualvoidvolatilewchar_twhilexorxor_eq


How do you compile java programming language?

Hello Frnd, As u say u want to Compile & Run Java Prog. for This if U have JAVA CREATOR then u can compile directly otherwise........ goto Start >run type "cmd" Press "Enter"after that goto C>java>bin> type for compile the prog. "javac PROG.NAME.java" Press "Enter" if Compile SuccessFully Type "java PROG.NAME" Press "Enter" For It This Is Must u save ur Prog. in the folder "bin" in java............. Hello Frnd, As u say u want to Compile & Run Java Prog. for This if U have JAVA CREATOR then u can compile directly otherwise........ goto Start >run type "cmd" Press "Enter"after that goto C>java>bin> type for compile the prog. "javac PROG.NAME.java" Press "Enter" if Compile SuccessFully Type "java PROG.NAME" Press "Enter" For It This Is Must u save ur Prog. in the folder "bin" in java.............


What has the author John Goto written?

John Goto has written: 'Shotover' 'The now of here' 'Goto' 'Goto'


What is go-to unconditional in c plus plus?

An unconditional goto is a goto that has no associated conditional expression. The following example demonstrates conditional and unconditional goto statements. int x=rand(); if (x) goto label_1; // conditional goto (when x is non-zero) else goto label_2; // conditional goto (when x is zero) label_1: // ... goto label_3; // unconditional goto (jump past label_2) label_2: // ... label_3: // ...


Why is goto statement harmful?

It isn't. True, you can write bad code with goto, but you can do that without goto as well.


How do you run java?

1. open cmd 2. type CD location, location being the folder the .class file is in 3. type java name, name being the name of the .class file or : here is a program i wrote. put it in the same directory as the class file. you must copy and paste this into notepad and save it as anything.bat: @echo off SetLocal EnableDelayedExpansion color fc title java starter made by phirana lord :start set fileTest=0 cls echo files in this directory: echo. dir "*.class" > temp.tmp For /F "skip=4 tokens=5" %%I IN (temp.tmp) DO ( if "%%I"=="free" ( REM do nothing ) else ( set file!fileTest!=%%I set /a fileTest=!fileTest!+1 echo %%I ) ) del temp.tmp echo. echo. echo. echo. set input= set /p input=enter the name of the file you want to run: if ""=="" ( goto start ) if ""=="/debug" ( @echo on goto start ) if ""=="/exit" ( goto eof ) set testnum=0 :testing Call set testvar=%testnum%%% if ".class"=="" ( goto run ) if==( goto err ) else ( set /a testnum=+1 goto testing ) :err cls color 0c echo error: echo file.class not found in directory echo fix this error by: echo check your spelling echo check if the file is in the same directory as this program pause color fc cls goto start :run cls java echo. echo. echo proccess complete pause > nul cls echo press enter to quit echo. echo type rerun to restart your app echo. echo type restart to restart the program echo. echo. echo. echo. set input2= set /p input2= if "%input2%"=="rerun" ( goto run ) if "%input2%"=="restart" ( goto start ) goto eof :firstrun echo indev >> ussettings.inf :eof exit


When was Satoshi Goto born?

Satoshi Goto was born in 1971.


When was Meisei Goto born?

Meisei Goto was born in 1932.