• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Core java doubt

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hai all.... iam a beginer in java so i get a lots of doubts using it......... i need help as iam facing an interview shortly..........

1. even though other lang like Lisp and a few more have implemented the THREAD concept B4 java was actually developed why java has named "MULTI THREADING" as a special feature of it.

2. what the difference in using

String s1;
String s2;
SYS..out.prtln(s1==s2); ----->whats the differ
SYS..out.prtln(s1.equals(s2)); ------> "
3. also what is String pooling.........
also i find a lots of difficulty with collections..... can any suggest a weblink where i can find help.......
[originally posted on jforum.net by bharathchinnadurai]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

you can ask this kind of question at http://forum.java.sun. JForum.net is intended to discuss only about the JForum Project. ;)

Thanks.
Rafael
[originally posted on jforum.net by Rafael Steil]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic