Latest Answer : CASE1: String s3 = "hi"; String s="hi"; String s2=s3; ...
Latest Answer : 1.The current length of a StringBuffer can be found through length(). 2.The total allocated capacity can be found via capacity(). Example:
class Demo
{
public static void main(String a[])
{
StringBuffer s=new StringBuffer("Welcome");
System.out.println(" ...
Latest Answer : String - ImmutableStringBuffer - Mutable ...
Latest Answer : Wrapper Classes correspond to the primitive data types in Java, as String is not a datatype in java, hence it is not a wrapper class. ...
How to use java.net.SocketImpl in Java Network Programming.Example Code which uses this java.net.SocketImpl Class.
Latest Answer : Hai,== will check the equality of the references of the objects where as.equals will check the equality of the content. ...
LET US TAKE A CASE:IF I COMPILED A .JAVA FILE AND I GOT .CLASS FILE,SUPPOSE IF I TAKE .CLASS FILE IN A FLOPPY AND TRY TO RUN ON THE OTHER MACHINE,WILL THE SYSTEM REQUIRED JDK OR JRE.
OTHER SYSTEM REQUIRED ONLY JDK NOT JRE,JDK IS A PART OF THE JRE(java run time enviornment)
please give me answer ,if know with code also
Latest Answer : We need to consider different paramaters when chossing between the drivers. The following summarizes the types of drivers to use in different situations. Performance with stored procedures: Type 2Scalability: Type 3, Type 4Transparent Application Failover: ...