• 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

Interview Questions

 
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,
does anyone know a good website of Common Interview JSP questions? or if anyone can tell me what questions are normally thrown on JSP will be greatly appreciated.
thank u
aziz dhanani
 
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
two basic questions I can expect are
1) what is a get and a post. what is the main difference between the two.
2) what is the difference between include action and include directive.
Following also will help you
http://java.sun.com/products/jsp/faq.html
http://java.sun.com/developer/Quizzes/jsptut/
http://www.allapplabs.com/interview_questions/jsp_interview_questions.htm
Kishore.
 
rahul karwal
Ranch Hand
Posts: 73
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you pls answer the questions
thanks
aziz
 
Kishore Dandu
Ranch Hand
Posts: 1934
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
would you like some dissert/coffee as well along with the answers
Come on. Don't take life easy. Put atleast some minimal effort to achieve your goals.
Kishore.
[ March 19, 2004: Message edited by: Kishore Dandu ]
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It would serve neither you well, nor a prospective employer, for someone to just give you answers to questions for you to parrot at an interview. If you are truly interested in a job, then do some legwork and find out the answers on your own. It will make you a better candidate and you won't be misrepresenting yourself.
Any questions that have you stumped can be asked here once you've demonstrated that you've done your homework and are looking for help, rather than a free ride.
[ March 19, 2004: Message edited by: Bear Bibeault ]
 
Ranch Hand
Posts: 641
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well ....
I was not even asked a single question on JSP syntax !!!
I was asked to write a program which would fetch some data from the database and print a report.
It all depends on the interviewer .
take it easy
 
reply
    Bookmark Topic Watch Topic
  • New Topic