From owner-freebsd-java@FreeBSD.ORG Fri May 21 07:56:07 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1402316A4CE for ; Fri, 21 May 2004 07:56:07 -0700 (PDT) Received: from xsb.com (mail.portjeff.net [216.168.142.132]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E51143D1D for ; Fri, 21 May 2004 07:56:06 -0700 (PDT) (envelope-from c.rued@xsb.com) Received: from xsb.com [129.49.16.170] by xsb.com with ESMTP (SMTPD32-7.15) id A77627C3001E; Fri, 21 May 2004 10:51:34 -0400 Message-ID: <40AE1884.3090206@xsb.com> Date: Fri, 21 May 2004 10:56:04 -0400 From: Christopher Rued User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7b) Gecko/20040421 X-Accept-Language: en-us, en, fr MIME-Version: 1.0 To: Jayprakash_Gonella References: <7FF62A49079FD511B14400065B19EF120550B8A0@cprnt003.satyam.com> In-Reply-To: <7FF62A49079FD511B14400065B19EF120550B8A0@cprnt003.satyam.com> Content-Type: multipart/mixed; boundary="------------090003070501010804010806" X-Content-Filtered-By: Mailman/MimeDel 2.1.1 cc: freebsd-java@freebsd.org Subject: Re: EX-OR Boolean Operator in Java X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 May 2004 14:56:07 -0000 This is a multi-part message in MIME format. --------------090003070501010804010806 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jayprakash_Gonella wrote: > Hi, > Pardons for posting this question in this forum. Kinda of time > constraint. urgent. > > In Java, > || is ORed > && is ANDed > > How is boolean EX-OR represented in Java? > > thanks, > regards, > -jayprakash > ************************************************************************** > This email (including any attachments) is intended for the sole use of the > intended recipient/s and may contain material that is CONFIDENTIAL AND > PRIVATE COMPANY INFORMATION. Any review or reliance by others or copying or > distribution or forwarding of any or all of the contents in this message is > STRICTLY PROHIBITED. If you are not the intended recipient, please contact > the sender by email and delete all copies; your cooperation in this regard > is appreciated. > ************************************************************************** > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org" (a && !b) || (!a && b). There is no XOR boolean operator in Java, AFAIK. --C --------------090003070501010804010806--