Total members 11890 |It is currently Wed Apr 24, 2024 1:27 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka





Java Expressions :
You may ask , what is expression mean ?
Expression is a combination of variables,operators and methods calls that evaluates a single value.

Java Expressions Examples :

String Expression Example


Action : assign value of string variable address to another string variable myaddress
Return Value: myaddress value ;
[code2]
String myaddress="asd";
String address ="rree";
myaddress=address;
[/code2]


Concatenate String


Action : concatenate the String code to the value of variable type
Return Value : the all string
java code
String type="rtrt";
type="code " + type;


Access a member


java code
int xArray[]= new int[5];
int length= xArray.length;


Action : get the number of elements in the array "myarray"
Return : integer represents the array size

Logical Expression


Code:
x==y

Action : check if x equal y
Return : true or false



_________________
M. S. Rakha, Ph.D.
Queen's University
Canada


Author:
Mastermind
User avatar Posts: 2715
Have thanks: 74 time
Post new topic Reply to topic  [ 1 post ] 

  Related Posts  to : java Expressions
 Results of Java expressions for arithmetic operations     -  
 Regular Expressions and Patterns     -  
 String replace with Regular Expressions     -  
 2d game in java-Monster-Java 2D Game Graphics and Animation     -  
 What is Java API?!!!     -  
 java or .net     -  
 need help in java     -  
 Using FTP in java     -  
 what is java     -  
 Java course     -  



Topic Tags

Java Basics






Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com