Home Answers Viewqa Java-Interview-Questions "int a=08 or 09" its giving compile time error why

 
 


Rajesh Ranjan
"int a=08 or 09" its giving compile time error why
0 Answer(s)      a year and a month ago
Posted in : Java Interview Questions

"int a=08 or 09" its giving compile time error why ?

can any one give me the answer of this please.......

View Answers









Related Pages:
Please give me the answer.
"int a=08 or 09" its giving compile time error why   "int a=08 or 09" its giving compile time error why ? can any one give me the answer of this please
Compile time error
Compile time error  Hi, When i compile my simple program in cmd am getting a error like "Javac is not a recognized as an internal or external command, operable program or batch file" How to resolve this problem ????  
compile time error
compile time error  my program compile successfully and make... error that "could not find or load main class fibbo" fibbo is my class name... to generate in series: "); int num = input.nextInt(); int f1=0,f2=0,f3=1
compile time error
compile time error  my program compile successfully and make... error that "could not find or load main class fibbo" fibbo is my class name... to generate in series: "); int num = input.nextInt(); int f1=0,f2=0,f3=1
compile time error
compile time error  my program compile successfully and make... error that "could not find or load main class fibbo" fibbo is my class name... to generate in series: "); int num = input.nextInt(); int f1=0,f2=0,f3=1
compile error
program with Test.java and try to compile with javac test.java an error like...compile error  Hello All for example public class... is compiled. so my question is why it is not compiled when the class declared
Java compile time error. - Java Beginners
Java compile time error.  CreateProcess error=2, The system cannot find the file specified  Pleae Describe your query  Hi friend, Please specify in detail and send me code. If you are new java
i cant find any compile time error but there is runtime error.
i cant find any compile time error but there is runtime error.  ... (res.next()) { int i = res.getInt("stud_code"); String s...){ System.out.println("Error:connection not created"); }   Hi
loginform giving 404 error
loginform giving 404 error  Hi, I am developing a login form code from roseindia.net. i will develop all the formbean class, action class, login.jsp... the submit button the give error is populated. HTTP Status 404 - /login.do type
run time error
run time error  my program compile successfully but does not showing... you the following command to compile the code: javac HelloWorld.java Actually... saved your class with HelloWorld. Check it out. Even then if error occurs, post
Hibernate giving exception - struts - MySQL - Hibernate
("*************************************"); } its giving error and execution...Hibernate giving exception - struts - MySQL  Hi all, My name...); }catch(HibernateException e){ e.printStackTrace(); System.out.println("Error
Compile error - WebSevices
Compile error  Hello, How to read .pdf file using Javascript/php. Any one send the code
Java error
Java error  class WhileLoopMethod{ public static void main(String args[]){ new Hello(); } } class Hello{ int a = 5, b = 88; while(a } //it is giving compile time error .....illegal start
Java error
Java error  class WhileLoopMethod{ public static void main(String args[]){ new Hello(); } } class Hello{ int a = 5, b = 88; while(a } //it is giving compile time error .....illegal start
Compile error - Java Beginners
Compile error  I get this error when compiling my program: java:167... to be thrown tc.countLines(inFile); ^ 1 error...; public static long classDeclarations; public static int classCount
xml compile time warning - XML
xml compile time warning  hi all when i compile my code the following message is shown: Note: keysearch.java uses unchecked or unsafe oper Note: Recompile with -Xlint:unchecked for details. wat do these mean??? 
Jcommon error
the jar file the latest one then also its giving me same error can u tel me why.............. I am not able to solve this problem, why is this giving me exception. plz... the code for bar chart and pie chart where this error will not come. and also
Webservices(Axis2 + tomcat ) Consuming Hibernate Giving Problem - Hibernate
Webservices(Axis2 + tomcat ) Consuming Hibernate Giving Problem  Hi... tried in some ways..but its not working..Main problem is hibernate session is not creating..I am getting error like
Java compile error - Java Beginners
Java compile error  I am having trouble compiling the Java project available on this site at http://www.roseindia.net/chatserver/index.shtml... to compile Java on Mac besides using the Terminal
JFREE error
THE RECTANGLEINSETS NA THEN WHY ITS GIVING ME THE ERROR. tHE IMPORT FILE...JFREE error   hi......... the code for making chart is: WHICH IS GIVING THE ERROR import org.jfree.chart.*; import org.jfree.data.category.
java run time error in loading the driver - JDBC
java run time error in loading the driver  when i mrunning the program in oracle using type 4 driver it is giving the error as Error:jdbc.driver.OracleDriver the code was as follows: please suggest me how it can
Why Objective C?
. It is a powerful language because decisions that might be made at compile time can... Why Objective C?      ... and "Why Objective C?" is used as programming language to develop applications
why java file save as its class name
why java file save as its class name  hi,this is subbareddy vajrala.my doubt is why java files save as its class names
Free Web Hosting - Why Its not good Idea
Free Web Hosting - Why Its not good Idea This article shows you why Free... are looking for getting high traffic on your web site. Also its very important... future. Its very important decision in choosing web hosting server for hosting
why the program is showing error?
why the program is showing error?  <%@page import="java.sql.*"%>...; It is showing the error: An error occurred at line: 33 in the jsp file...=Integer.parseInt(rs1.getString(10)); 36: i=i+k; An error occurred at line
java run time error - Java Beginners
java run time error  when i compile my program it didnt show any error in my program.but i cant run my program, if i run my program means it will show error like as following Exception in thread "main
different execution time - Java Beginners
time taken 16 thrid time Total time taken 78 ,why its vary, Please solve my...different execution time    hello, when i run the bellow code more than one time i am getting different execution time("Total time taken"), Ex
i got an error while compile this program manually.
i got an error while compile this program manually.  import javax.servlet.http.*; import org.apache.struts.action.*; public class ActionOne{ public...,struts jar files and i got an error in saveErrors() error Heading cannot find
JFREE error again
. but then also its giving me error i am able to compile the code but now when i am...JFREE error again  hi......... As i had asked u the jfree error i... is the error which i am getting plz help to solve this error plz help
how to compile programs??????????
how to compile programs??????????  "javac" is not recognised as a file name. why??????????   Have you set your path name and class name correctly? Anyways have a look at the following link: Install Java
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do? For this i already received the answer. But its converting the time in 24hr format to 12hr format
Java error code
Java error code       Java Error code are the set of error that occurs during the compile-time and Run-time. From java error we have given  you a sample of code
java run time error - Java Beginners
java run time error  i am getting error "main... only, i have to display number of files and its last modified time ,i use... 23 08:17 0 23 08:17 but after displaying 12 such lines, it show error
Jfree create error
Jfree create error  hi.............. thanks 4 ur help. as u said i have downloaded both the jar files and placed in jdk1.5 lib folder. but then also its giving the same error can u tel me why this is happening? and also u
Jfree create error
Jfree create error  hi.............. thanks 4 ur help. as u said i have downloaded both the jar files and placed in jdk1.5 lib folder. but then also its giving the same error can u tel me why this is happening? and also u
time
time display only as hh:mm.  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do?   Here is a jsp example that fetch the time from the database
time
time format hh:mm:ss  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do?   Here is a jsp example that fetch the time from the database and display
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do?   Here is a jsp example that fetch the time from the database and display in different
time
time  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do?   Here is a jsp example that fetch the time from the database and display in different
JAVA Compile Question ?
JAVA Compile Question ?  I'm unable to compile this file and not sure why? Can someone please help? import java.nio.file.*; import java.nio.file.attribute.*; import java.nio.file.attribute.Attributes; import
time
retrieved time from mysql database  Hi. I have retrieved time from mysql database. its in th format hh:mm:ss. but i want to display only as hh:mm. wat to do?   Here is a jsp example that fetch the time from
Why do we use ORM?
Why do we use ORM?  Why do we use ORM?   ORM is technology... contain feature of query language. · ORM provides less error-prone code... development time.   For more detail click here
SOLUTION: How to compile Objective C on Windows with GNU Step ?
SOLUTION: How to compile Objective C on Windows with GNU Step ?  <...;<strong>Compile using the below mentioned command line:</strong><...;The output I received: Sum is:11 &lt; Current date and time is displayed