crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

String handling and find the output of Java program?
Question Posted on 04 Feb 2021Home >> Java >> Core Java >> String handling and find the output of Java program?

String handling and find the output of Java program?
Below is the syntax for handling string in java program by using addition of string with numeric values.
class Teststring
{
  public static void main (String args[])
  {
   System.out.println(40 + 30 + "crackyourinterview");
   System.out.println("crackyourinterview" + 40 + 30);
  }
}


And Output of above program is given below
70crackyourinterview
crackyourinterview4030
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

what is an object

what is OOAD

difference between c++ and java

what is a transient variable in java

difference between C and Java on pointers






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap