class demo {
public static void main(String args[]) {
String s1 = new String(“Welcome”);
String s2 = new String(“Welcome”);
if ( s1.equals(s2) ) {
System.out.println(“The strings are the same.”);
}
else {
System.out.println(“The strings are not the same.”);
}
}
}
Home      |      About Us      |     Portfolio      |      Services      |      Courses      |     Career      |      Cost      |      Contact Us
Services
  SEO   
  Link Building
  Data Entry
  Web Design and development
  Web Application development
 

Graphic and multimedia

  E-Commerce Solutions
  Software development
  Web Marketing & Promoting
  Internet Marketing
  IT Outsourcing
  Multimedia/CD Presentation
  Synopsis Ideas
  Project Ideas
  Placement Papers
  Live Project Training
  Programming & Projects
  Faq
  Training @balujalabs
 
 
Method
 

To find whether the two strings are equal or not.

 

 

 

 

 

 

 

 

 

                                                                                                                                          

1

To Demonstrate the use of Arithmetic Operators.

2

To Demonstrate the use of Mod(%) Operator.

3 To Define three integers and use the Relational Operators.
4 To Demonstrate the use of Relational Operator
5

To Demonstrate the use of static variables.

6

To Demonstrate Ternary Operators.

7

To find whether the two strings are equal or not.

8

To calculate potential energy.

9

Print Fehrenheit to celsius table.