• 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

text box in scjp. examples please..

 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i have come to know that, in scjp1.5, we will be asked to fill up text boxes with answers. first, i just want to know is that so?? if so, please give me some examples for it..
 
Sheriff
Posts: 9707
43
Android Google Web Toolkit Hibernate IntelliJ IDE Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have given many such questions. But I don't remember where. So let me give you some examples

which flag is used to enable system assertions

you have to type in the textbox -esa
alternatively you can write -enablesystemassertions

similarly what would the declaration of a class Derived look like which inherits from class Base and is accessible outside the package. write the declaration upto but not including the { of the class.

ans: public class Derived extends Base

The ones which I gave strongly warned that you should not use more than one space to seperate two words.

I will tell you the source as soon as I remember it....
 
Ranch Hand
Posts: 54
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks ankit. expecting your reply for the source.
by the way let me confirm the types of questions asked in exam,
1)from multiple choice select one
2)from multiple choice select many(specified)
3)fill up the text box
4)drag and drop quesitons.
is there anything i had left that might be asked in the exam.???
am asking it here instead googling it because i have found lot of results which specifies different things when googled.
 
Ranch Hand
Posts: 664
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Is it true that you are supposed to fill in text boxes...
Because this is the first time i am hearing about it in the forum...

And i haven't been studying keeping that in mind...

Gulp!
 
Ranch Hand
Posts: 54
Firefox Browser
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please some one confirm about the text box filling questions .. I also never heard of that kind of questions.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic