java fundamental question related to string

java fundamental question related to string

public class Myclass { Public static void main(String args[]) { String s=â??helloâ??; StringBuffer sb=new StringBuffer(s); Sb.reverse(); If(s==sb) system.out.println(â??aâ??); If(s.equals(sb)) system.out.println(â??bâ??); If(sb.equals(s)) system.out.println(â??câ??); } } Output?

a) the pgm will throw ClassCastException b) compilation fails since s==sb illegal c) compilation fails since s.equals(sb) illegal d) print c

View Answers









Related Tutorials/Questions & Answers:
java fundamental question related to string
java fundamental question related to string  public class Myclass { Public static void main(String args[]) { String s=â??helloâ??; StringBuffer sb=new StringBuffer(s); Sb.reverse(); If(s==sb) system.out.println(â??aâ
java fundamental question
java fundamental question  public class WrapTest3 { Public static void main(String args[]) { String s="98.6"; // insert code here } } Which will cause compilation error: a) float f1=Float.floatValue(s); b) float f2=new Float
Advertisements
java fundamental question
java fundamental question  equivalent to 16>>2 ? a) 16/4 b) 16/2 c) 16*2 d) 16/2^2
java fundamental question
java fundamental question  public class TestVarArgs { Public void display(Double i, double â?¦ j) { System.out.println(â??Double& var argsâ...;Double calledâ??); } Public static void main(String args[]) { New TestVarArgs
string related question
string related question  *q.1>how i dispaly the reference of string variableS ? eg:-String s1="my name"; Sring s2="your name"; here what is address of variable s1 and s2
java question related to objects
java question related to objects  what is the output of the following code? public class objComp { Public static void main(String args[]) { Int result = 0; objComp oc= new objComp(); object o = oc; if( o==oc) result =1; if(o
java related question
java related question  How can we make a program in which we make mcqs question file and then make its corresponding answer sheet....like if we make 15 mcqs then java should generate it answer sheet of 15 mcqs with a,b,c d
Java and jvm related question
Java and jvm related question  What is difference between java data types and jvm data types
Java Related Question
Java Related Question  hi, Why java doesn't has primitive type as an object,whats an eligibility to have a primitive type as an object by the languages
Java Related Question
","mangal","to","java"}; String name; SynchronizedModel(String nam) { name...","mangal","to","java"}; String name; SynchronizedModel(String nam){ name...Java synchronized method  Dear Friend, I have written below
Java Related Question
","to","java"}; String name; SynchronizedModel(String nam... msg[]={"Welcome","mangal","to","java"}; String name; SynchronizedModel...Java synchronized method  Hi, I have written below program
string related
string related  As with any other object, you can create String objects by using the new keyword and a constructor. The String class has thirteen constructors that allow you to provide the initial value of the string using
question related to overloading
question related to overloading  what is difference between function overloading & method overloading
question related to overloading
question related to overloading  what is difference between function overloading & method overloading
Question related to Hibernate
Question related to Hibernate  Why do we use Set in child class in 1:many hibernate ,why can't we use Directly HashSet
Struts related Question
Struts related Question  Hi All, I have a one question on validation framework for client side validation please help me on that. suppose i don't want to put required=true in our JSP then what will happen. what error will come
String question
String question  which method is used in java to eliminate the duplicate elements in String?   import java.util.*; class RemoveDuplicates{ public static void main(String[] args){ String[] str = new String[] { "Where
Data base related question
Data base related question  sir my table has only one element...=DriverManager.getConnection("jdbc:odbc:oldp"); stmt2=con2.createStatement(); String... static void main(String args[]) { raja p=new raja(); p.k(); } } //could you
project related question
project related question  1- how to insert a date through hibernate 2- how to insert exact time ,date separetly in the data base for current time date
Restlet Frame work Related question
Restlet Frame work Related question  How to send data from client to server using Restlet framework. The main problem is i am not able to get data at server side. Can anyone post a complete program how to achieve
my question is related to my project viz
my question is related to my project viz   Sir, my project is based on MR tracking system developed using struts framework, it has been developed in Net Beans the whole project is working except a jsp page named dayplan.jsp
related to java
related to java  what is mean of }); in java.i know that } is used to close a block of statement,) is used to close a statement and ";"is used after close a statement but i can not usderstood the use of }); together in a java
PHP related - how to explot a string with commas and store into two different variables?
PHP related - how to explot a string with commas and store into two different variables?  Hi, I have a string and is like this '[tubelist 123456,54321,56789,98765]'. I would like to extract the first value after the tubelist
Related to multiple inhetitance - Java Beginners
Related to multiple inhetitance  Sir, Plz help me to solve this question. Q.1. Write a Progarm to illustrate the concept of multiple inheritance using interface
java related - Java Beginners
java related  Hello sir, I want to learn java. But I don't know where to start from. I have purchased one java related book. But I am..., shruthi  Hi friend, Java
java related - Java Beginners
is void. String args[]-Java take's each argument as string. For more...java related  Why the "public static void main(Strings args... is necessary for a java class to execute it as a command line application
coding related - Java Beginners
{ public static void main(String[] args) throws IOException{ BufferedReader...)); System.out.println("Enter the lower string value"); String str = buff.readLine(); char.../java/java-conversion
java related - Java Beginners
java related  is it possible for a biggener to learn a computer language like java to learn it online ?? actually i m a computer science student(fresher) and even in 12th class i have not taken c++ and no knowledge of it ....now
ModuleNotFoundError: No module named 'fundamental'
ModuleNotFoundError: No module named 'fundamental'  Hi, My Python... 'fundamental' How to remove the ModuleNotFoundError: No module named 'fundamental' error? Thanks   Hi, In your python environment
Frame related query - Java Beginners
Frame related query  hi..... i m having a query dat...can i open a frame inside another frame like dis.. m a new biginner of java n m finding...()); } } } public static void main(String args
java question :)
java question :)  write java program to use vector in ArrayList... RemoveVectorElement { public static void main(String[] args) { Vector<String>... Element MUAYAD"); vc.add("Vector Element JAVA"); vc.add("Vector Element
Core Java Interview Question, Interview Question
Core Java Interview Question Page 14  ... that is implemented in a language other than Java. Question: Can.... Question: To what value is a variable of the String type automatically initialized
Question in Java ??
Question in Java ??  Welcome every One ,I have Q in Java : Write aprogram that print the falewing table using SQRT method in the Math Class? Number 0 ,2, . . . ,18,20 squrfoot 00000 1.4142 5.2426 5.4721
Question in Java ??
Question in Java ??   Welcome every One ,I have Q in Java : Write aprogram that print the falewing table using SQRT method in the Math Class? Number squrfoot
Question in Java ??
Question in Java ??  Welcome every One ,I have Q in Java : Write aprogram that print the falewing table using SQRT method in the Math Class? Number 0 ,2, . . . ,18,20 squrfoot 00000 1.4142 5.2426 5.4721
Core Java Interview Question, Interview Question
Core Java Interview Question Page 9       Question: What are the uses of Serialization...(ts[i]); } } }ADS_TO_REPLACE_8 Question: What methods java providing for Thread
java question
java question  i have a string like "My name is arvind.i live in bangalore.i study in college.".the problem is that i hav to break this string into three seperate lines
Question on java
Question on java  why java is not purely oop?   java is not purely OOP because 1.) Multiple Inheritance is not supported.ADS_TO_REPLACE_1 2.) It uses primitive data type. 3.) static method can be called without
Core Java Interview Question, Interview Question
Core Java Interview Question Page 5       Question: What are different types..._TO_REPLACE_3 Answer: StringBuffer is faster than String for concatenation. Question
Core Java Interview Question, Interview Question
Core Java Interview Question Page 23  ... group. ADS_TO_REPLACE_3 Question: What is a Java package and how is it used... that are loaded by a Java program. ADS_TO_REPLACE_5 Question: How does a try statement
Question Java>?
Question Java>?  **ïâ??· Create a new class called Bank and in the main method use class Account (lab 4) to create an array of 10 accounts. ïâ??· Enter data for all accounts (account number,name, balance). ïâ??· Add
Java string
Java string  Strings are immutable.But String s="Hello"; String s1=s+"World"; S.O.P(s1); means printing "Hello World". How
java question
java question   Create a class called Complex to perform arithmetic operations with complex numbers. 1- Use double variables to represent the fields of the class. 2- Provide a no-argument constructor with default values in case
java question
java question  I have employee class that displays employee information based on id . class employee { int id; String name; String State; String City; String Area; } Now i need to display **employee name** based on state ,city
java question
java question  I have employee class that displays employee information based on id . class employee { int id; String name; String State; String City; String Area; } Now i need to display **employee name** based on state ,city
Java String - Java Beginners
Java String  How to seperate the string into characters.  there is a method called getChars() in String class,plz use that and separate into characters so plz verify the String api for related questions 
fundamental of python for machine learning
fundamental of python for machine learning  Hi, I am beginner... to learn: fundamental of python for machine learning Try to provide me good examples or tutorials links so that I can learn the topic "fundamental of python
java Question
java Question  Design a class named rectangle to represent a rectangle. The Class contain: * Two double data fielda named width and heigth... width and height . *A string data field named color that specified the color
java Question
java Question  Design a class named rectangle to represent a rectangle. The Class contain: Two double data fielda named width and heigth... width and height. A string data field named color that specified the color
java question - Java Beginners
Java Question What is Public, Static, void and main  Can anyone please explain the meaning of public static and void main in Java?  Public... - is a function to execute (string args[])string - datatypeand args[ ] - use to pass

Ads