perpare on factorypattern,linklist wothout using
collection, (multitharding ie create producer/customer
therad producer create Queue continuesly,consumer consume
queue, consumer wait if queue is full,producer wait if
queue is empty),diff betn sleep(1000)&wait(1000) these r
the main Q ask in huawei(2008)
Hi I have joined java course. I also want additional help
from any tutorials website. Please suggest me tutorials
which provides easy to understand online applet tutorials?
hi am an engineering student and my next plan is for ms in
either in us or australia i got my passport but i dont know
anything bout visa can u give brief idea
1)How to get prepared for visa and
2)How to apply for top universities and
3)How to pay the fee and so on
These all are basic questions plz give me a clear idea
75
Hi frnds Ima facing problm with tomcat configuration.kindly can
any one tell to me what is the mistake iam doing.i already
configured tomcat as fallowing
http://www.ibm.com/developerworks/opensource/library/os-eclipse-tomcat/
even though iam getting the PortNO .and changed with different
no of Ports but no working kindly can any one tell me what is the
mistake iam doing........?
8
4.1 Supply contracts (in the form of comments specifying
pre- and post conditions)
for the enqueue() method of the LinkedQueue class given in
the Appendix.
(2)
4.2 Let Thing be a class which is capable of cloning
objects, and consider the code
fragment:
Thing thing1 = new Thing(); //(1)
Thing thing2 = thing1; //(2)
Thing thing3 = (Thing) thing1.clone(); //(3)
Explain how the objects thing2 and thing3 differ from each
other after
execution of the statements.
(
19
What happens to the Exception object after handling an
exception?
120
how to make a index.jsp for running the site in internet
and find an error for connection with weblogic server and
java that give an error invalid object name.and how to
maintain session.
207
when i m calling java for web browser . so browser it's not
support.
show error in browser: internal error occur.
java.lang.NoClassDefFoundError.
will you give me solution why it's not starting browser.?
is there any consult with .net framework2.0?
165
What is Unicast and Multicast object? Where we will use?
171
Write a java program to find the route that connects
between Red and Green Cells.
General Rules for traversal
1. You can traverse from one cell to another
vertically, horizontally or diagonally.
2. You cannot traverse through Black cells.
3. There should be only one Red and Green cell and at
least one of each should be present. Otherwise the array is
invalid.
4. You cannot revisit a cell that you have already
traversed.
5. The maze need not be in the same as given in the
above example
152
What are parent methods and how can you call them?
194
whatis Home interface and Remoteinterface? with example?