• 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
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Tim Cooke
Sheriffs:
  • Rob Spoor
  • Liutauras Vilda
  • paul wheaton
Saloon Keepers:
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
  • Piet Souris
Bartenders:
  • Stephan van Hulst

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]
 
Or we might never have existed at all. Freaky. So we should cherish everything. Even this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic