answersLogoWhite

0

What else can I help you with?

Related Questions

How do you get boolean value from string in java?

Here is some sample code to convert a string into a boolean: String word = "true"; boolean boo; if (word.equalsIgnoreCase("true")) boo=true; else boo=false;


What is the difference between a boolean search and a keyword search?

A keyword search searches for exact word when a boolean search looks for synonym's. The difference between a keyword search and a boolean search is the focus of the search. A keyword search is a search for an exact word. A boolean search is a search for a synonym.


What is the difference between a keyword search and a boolean search?

Boolean Search is something like using differnt operators like and,or, not etc


Can you compare a boolean to an integer?

no, you cant. it only works on string


Where string is primitive data type of string data type?

String is not primitive data. Only char,int,double,and boolean are!


Difference between character and string?

A string ends with a '\0' character,but character is not.


What is the difference between Boolean algebra and mathematical logic?

Boolean Algebra is the study of the algebra of logic whilst Mathematical logic is a way of applying Boolean algebra. Other applications include set theory, digital logic and probability.


What is the difference between rope and string?

The difference between thread rope and string is that thread is more thicker than string and that string is more thinner than rope and thread is more thinner than rope there's your answer geese


Whats The difference between a 6 and 7 string guitar?

There is practically no difference. The 7-string guitar has one lower string that the 6-string does not. It is usually tuned to B(natural).


Declare and initialize variables of int double char boolean and String?

public class Test { int i = 0; double d = 0; char c = 'A'; boolean val = true; String str = "Rocky"; ....... ...... ..... }


Is there a difference between leather and string when weaving?

yes


How many constructors does the StringTokenizer class have?

As of Java 1.6 it has 3: StringTokenizer(String str) StringTokenizer(String str, String delim) StringTokenizer(String str, String delim, boolean returnDelims)