The semiinfinite solid solution often eliminate the need to
The semi-infinite solid solution often eliminate the need to evaluate the cumbersome infinite series exact solutions at small Fourier number. It is known that a plane wall of thickness 2L can be accurately approximated as a semi-infinite solid for Fourier number
Solution
class concat
{
public static void main(String args[])
{
String s1=\"Tennessee\";
String s2=\"Nashville\";
System.out.println(s1+s2);
System.out.println(s1.concat(s2));
}
}
19.name of the object 6 ** enter name
