Comment on Tutorial - BitSet example in Java By Lakshmi
Comment Added by : Confused
Comment Added at : 2011-08-16 14:02:06
Comment on Tutorial : BitSet example in Java By Lakshmi
Very new to Java and was hoping you could explain to me in as much detail as possible the purpose of the following code:
BitSet bitset1 = bitset.get(0, 15);
bitset1.xor(bitset.get(15, 30));
bitset1.xor(bitset.get(30, 45));
bitset1.xor(bitset.get(45, 60));
bitset1.xor(bitset.get(60, 75));
if(bitset1.isEmpty())
Thank you in advance...
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. great work
View Tutorial By: Bhaskaran at 2013-01-21 11:23:19
2. nice overview on struts.....
View Tutorial By: priyanka at 2010-08-23 00:13:33
3. Runtime rt=Runtime.getRuntime();
String cmd
View Tutorial By: saranya at 2014-10-30 05:36:36
4. To "need help":
String st
View Tutorial By: alex at 2010-05-13 09:57:25
5. This code was quite helpful .I wud like to ask cod
View Tutorial By: Namrata at 2008-08-03 04:09:06
6. nice intelligent work
View Tutorial By: santosh at 2010-11-28 01:18:50
7. I am to learn J2ME
View Tutorial By: ravi kumar at 2011-06-20 05:50:20
8. Simple and to the point. Thanks for this tutorial.
View Tutorial By: Balvinder at 2008-08-03 04:40:05
9. tnx, nice code...
View Tutorial By: Hansoc at 2009-08-18 00:17:58
10. Protip: you could add some inline assembly with th
View Tutorial By: Robin Degen at 2011-08-16 23:47:04