473,320 Members | 2,088 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Errors

281 100+
Good Day all!

I am not clear about few errors occur in java programs. Hope anyone can help me to understand them.

1. Checking error - I understand this error involves with incorrect initialization values which causes wrong iteration/loop. Am I right and are there any examples of checking?

2. Assignment error - I am confused with Assignment and Checking errors, which I think this error involves with wrong variable values too. Do you guys think there are under same error category?

3. Relationship error - can anyone tell me what is with this error?

To me there are all about the same, how can I possibly determine them.
Thanks a lot for helping me out......god bless you.
Dec 14 '07 #1
5 1451
jeffbroodwar
118 100+
Assignment error : this occurs when you assign a value to a different type declared variable. example : sum as int.... then you passed 'A' to sum. this will trigger the error.

Relationship error : i'm not sure with this one.... better wait for others to answer this one.... or you can always check mr. google ^^


P.S. StarCraft II coming soon.... En taro adun !!!

Regards,
Jeff
Dec 14 '07 #2
shana07
281 100+
Assignment error : this occurs when you assign a value to a different type declared variable. example : sum as int.... then you passed 'A' to sum. this will trigger the error.

Relationship error : i'm not sure with this one.... better wait for others to answer this one.... or you can always check mr. google ^^


P.S. StarCraft II coming soon.... En taro adun !!!

Regards,
Jeff
Oh I see. How about Algorithm error? Don't you think that Assignment error is also under Algorithm error?

One more question - help me to understand these 2 category of programmings:
" High-level" and "low-level" are also used relatively; a Java programmer might consider C to be a comparatively low-level language. Whereas a C programmer might consider machine code to be of a lower level "- wiki.

What is low-level programming and is Java low-level programming?

~Cheers
Dec 14 '07 #3
BigDaddyLH
1,216 Expert 1GB
Good Day all!

I am not clear about few errors occur in java programs. Hope anyone can help me to understand them.

1. Checking error - I understand this error involves with incorrect initialization values which causes wrong iteration/loop. Am I right and are there any examples of checking?

2. Assignment error - I am confused with Assignment and Checking errors, which I think this error involves with wrong variable values too. Do you guys think there are under same error category?

3. Relationship error - can anyone tell me what is with this error?

To me there are all about the same, how can I possibly determine them.
Thanks a lot for helping me out......god bless you.
(What do you say when an atheist sneezes?)

Where did you get these terms? They're strike me as vague to the point of useless, and they are hardly Java terminology. Were you instead looking for terms like "syntax error/compile-time error" and "runtime error"?
Dec 14 '07 #4
shana07
281 100+
(What do you say when an atheist sneezes?)

Where did you get these terms? They're strike me as vague to the point of useless, and they are hardly Java terminology. Were you instead looking for terms like "syntax error/compile-time error" and "runtime error"?
Can I say that syntax error/compile-time error & runtime error - are under Algorithm or maybe Function error? Hurmmm.....
Dec 14 '07 #5
BigDaddyLH
1,216 Expert 1GB
Can I say that syntax error/compile-time error & runtime error - are under Algorithm or maybe Function error? Hurmmm.....
Who came up with the terms "Algorithm error" and "Function error"? Never heard of them.
Dec 14 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

11
by: mikey_boy | last post by:
Hello! Curious if anyone could give me a hand. I wrote this PHP script with makes a simple connection to a mysql database called firstdb and just pulls back the results and displays on the...
2
by: Trev | last post by:
SQL Server 2000 BE, Access 2002 FE. I want to write a stored procedure, that will among other things log errors to a table, I want to be able to report a summary of work done and errors to the...
10
by: Douglas Buchanan | last post by:
I am using the following code instead of a very lengthly select case statement. (I have a lot of lookup tables in a settings form that are selected from a ListBox. The data adapters are given a...
0
by: doli | last post by:
Hi, I have the following piece of code which iterates through the potential errors: i =0 For Each error_item in myConn.Errors DTSPackageLog.WriteStringToLog myConn.Errors(i).Description...
4
by: johnb41 | last post by:
I have a form with a bunch of textboxes. Each text box gets validated with the ErrorProvider. I want the form to process something ONLY when all the textboxes are valid. I found a solution,...
2
by: Samuel R. Neff | last post by:
Within the past few weeks we've been getting a lot of compiler errors in two classes when no errors actually exist. The error always reports as Name '_stepResizeRelocator' is not declared. ...
24
by: pat | last post by:
Hi everyone, I've got an exam in c++ in two days and one of the past questions is as follows. Identify 6 syntax and 2 possible runtime errors in this code: class demo {
8
by: ImOk | last post by:
I just have a question about trapping and retrying errors especially file locking or database locks or duplicate key errors. Is there a way after you trap an error to retry the same line that...
0
by: clemrock | last post by:
Help w/ errors.add_to_base between controller and model Hello, I'm having trouble in routing some errors between model and controller. The errors produced in the controller...
2
by: =?Utf-8?B?UmFuZHlz?= | last post by:
This just started when I updated to sp 1 working on a APS.net, Visual Studio 2008, c# Project. When I open a project, I get tons of Errors showing in the list 300+ if I double click on them I go...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.