How many bits is size_t?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of encapsulation in java?
Is intellij better than eclipse?
Why is string builder not thread safe?
I need help please send me reply: Write a program "if given a string like 'HAT', the combination's returned should be like ATH,THA,TAH in java"?
how to run servlet program between two computer through the internet ?
2 Answers Kiran Prakashan, TCS,
What are alternatives to java serialization?
We are seeing so many videos/audios as many web sited. But question is these videos or audios are stored in Databases ( Oracle, Mysql, Sybase,... ) or stored any file directory from there they will give the link for that? Pls explain and give sample code to achieve this one? Thanks, Seenu.
What is use of map in java?
If I will write String s=new String("XYZ"); String s1=new String("XYZ"); if(s.equals(s1)){ sop("True"); } else{ sop("False"); } This program will give me "True". But When I am creating my own class suppose class Employee{ public Employee(String name); } Employee e= new Employee("XYZ"); Employee e1 = neew Employee("XYZ"); if(e.equals(e1)){ sop("True"); } else{ sop("False"); } Then it will give the output as "False". Can I know what is happening internally?
transaction attributes ?
what is meant by string pooling?
12 Answers Oracle, Polaris, Tribal Fusion, Wipro,
Can we use string in switch case in java?