473,465 Members | 1,931 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

Case_insensitive_order

36 New Member
PLZ any one explain me CASE_INSENSITIVE_ORDER with help of simple example and tell me the function of it
Apr 30 '10 #1
1 2255
jkmyoung
2,057 Recognized Expert Top Contributor
This is the Collator (Comparator) used in the string class when you call the compareToIgnoreCase, or equalsIgnoreCase functions.
Expand|Select|Wrap|Line Numbers
  1. String s = "abc";
  2. String s2 = "abcd";
  3. System.out.println(s.compareToIgnoreCase(s2)); // should print out a negative number.
For more information, look up Collator Java class, Comparator java class, CASE_INSENSITIVE_ORDER
Apr 30 '10 #2

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

Similar topics

0
by: Stephan | last post by:
Hello to all, I'm looking into providing mobile access to a web based administrative application currently running on .Net with MS SQL. The current architecture only supports the latest Internet...
7
by: Paul Aspinall | last post by:
Hi I have an application which runs on a desktop. I want to synchronise the DB with a PDA app, which also uses SQL Server 2005 (mobile and express). I believe that I will need to write my own...
2
by: Waldemar Grzywiński | last post by:
I have two pairs of pages (Auth and Default) for mobile and desktop in one web app (Both types must share code!). Anybody know how easy implements forms authentication for ASP.NET 1.1? Mayby...
1
by: davem | last post by:
Is there a method to set the system time on the mobile device to the time on the desktop PC? This would be the mobile device is connected to the desktop PC as a guest (non partnership) and the...
4
by: ink | last post by:
Hi All, I am trying to build an image capture user control using DirectShow to be used in an existing C# application. It needs to have a view finder/ preview window and be able to take...
2
by: rodmc | last post by:
Hi, I have been scouting around online for information on how to use Python and a GUI toolikit to develop mobile devices. At present I am using wxPython for desktop apps and would like to...
0
by: nitinsingh1 | last post by:
Hi, I am using a PDA containing Windows Mobile 5.0 for my client application in JAVA (JSP & SERVLET).There i am using a dropdown menu on a page.There are 3 different values (A,B,C) in that...
1
by: rupeshjain9406 | last post by:
Can someone tell me wat will have better scope -developing software for mobiles or developing desktop applications in .net.What will be the pay of a guy who has experience in developing software...
0
by: umeed4u | last post by:
i am student presently doing one academic project,but i came across with a problem which is as.. 1)my project contains coding in java swing,servlets where i wana to access it through mobile ... ...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...

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.