What will be the memory allocation for the code: String str1 = "Automation"; String str2 = new String("Automation");

AnswerBot
5mo
str1 will be stored in the string pool while str2 will be stored in the heap memory.
str1 will be stored in the string pool, which is a part of the heap memory.
str2 will create a new String object in t...read more
Help your peers!
Add answer anonymously...
Capgemini Automation Engineer interview questions & answers
An Automation Engineer was asked 5mo agoQ. What is the difference between str1==str2 and str1.equals(str2)?
An Automation Engineer was asked 5mo agoQ. Write code to implement a Robot class in Java.
An Automation Engineer was asked 5mo agoQ. How would you locate the XPath for the "Today's Deal" menu item on Amazon?
Popular interview questions of Automation Engineer
An Automation Engineer was asked 5mo agoQ1. What is the difference between str1==str2 and str1.equals(str2)?
An Automation Engineer was asked 5mo agoQ2. Write code to implement a Robot class in Java.
An Automation Engineer was asked 5mo agoQ3. What will be the memory allocation for the code: String str1 = "Automation"; Str...read more
Stay ahead in your career. Get AmbitionBox app


Trusted by over 1.5 Crore job seekers to find their right fit company
80 L+
Reviews
10L+
Interviews
4 Cr+
Salaries
1.5 Cr+
Users
Contribute to help millions
AmbitionBox Awards
Get AmbitionBox app

