Describe 2 different ways to concatenate two strings.


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What is the generic class?

0 Answers  


How a variable is stored in memory?

0 Answers  


What are the files generated after using IDL to java compiler?

0 Answers  


class test { private static void main(String []adsf) { } } explain me that the above code is error or exception

3 Answers  


long d =10;int i =0;i=d; /// is this possible? If d is very long number (10 digits or some thing) then?

3 Answers  






How to create an instance of a class without using "new" operator? Plz help me out properly.Thank u.

10 Answers   CSC,


There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?

5 Answers   HCL,


What is Session reduplication and how its done?

0 Answers  


What are the important features of Java 11 release?

0 Answers  


What is JDBC Driver interface?How can you retrieve data from the ResultSet

0 Answers   CTS,


How large is a boolean?

0 Answers  


What is an anonymous class in java?

0 Answers  


Categories