Zoo tutorials:
[
SQL
|
Linux
|
XML
]
ProgZoo:
[
Java
|
C#
|
VB
|
C++
|
Perl
]
Log in
WebCT ID:
Password:
Napier students only
A Gentle Introduction to
Java Programming
Level
Question
**
1)
Tests - Checking if two strings are equal
**
2)
Tests - Checking the start or the end of a string
**
3)
Tests - Checking the end of a string
**
4)
Tests - Looking for a substring
**
5)
Tests - Comparing numbers ==
**
6)
Tests - Comparing numbers >=
**
7)
Tests - AND of two conditions &&
**
8)
Tests - OR of two conditions ||
**
9)
Tests - Not !
Java
These operators may be used to get a
boolean
value.
tests
operators on boolean
== !=
&& || ^ !