Hello Santosh, How to import package com.brainysoftware.java.StringUtil When I am compiled in command prompt compiler shows the following error. package...
set the appropriate jar file into the classpath i think u might be using some downloaded code so check for the additional utility jar files given them and set...
hi sir i have attended an interview ,he asked these questions 1.why and how object class is super class for all classes 2.what is onject class plz answer...
Sir, Can we have an abstract class with zero abstract methods?If so, plz give me a situation where to use such type of abstrct classes? thank u. durga...
Sir, We know that- using subclass object reference(say, B objb) we can access the protected members of a public superclass(say, A).But the doubt is----when a...
1.what is user thread,deamon thread,nondeamon thread 2. how to serialize object of class that contains datamembers as objects of class that don't implement...
Hi sir, how to insert an image into oracle8.0 database and how to retrive using java? __________________________________________________ Do You Yahoo!? Tired...
In struts to ejb communication the client code up to ic.lookup() where we write. If the code is written in action class whenever client makes a request the...
hi sir, 1)what is transient variable? 2)why Connection,Statement are declared as interfaces and not as classes? 3)what is the diff b/w ArrayList & Vector apart...
Friends, I found some of the very useful (free) magazines on net.. For computer, telecom, electronics, feed & beverage, business, call center, offshoring and...
Hi Guys Just like Dora says - I am going to need your help :-) In the web application that I am working on ... the old folks used struts like architecture....
lookup will not bind the object as u have writen in the question , i have understood u r problem and Use ServiceLocator or EJBHomeFactory Design Pattern to...
I think there Option like BLOB's CLOB's ...try this.....
yuga kiran
yugakiran@...
Jan 16, 2007 5:20 pm
649
write a sperate EJBHome Factory Class... It hepls u to lookup only once when u lookup the Home Object class........ It is one of the Design Pattern (Factory...
yuga kiran
yugakiran@...
Jan 16, 2007 5:26 pm
650
hai, One more diiference between an Array list and the Vector is in Vector u have a constructor define to take capacity increement. in Array list u dont have...
hi sir i need help to connect to sql ser4ver usng jsp i m using sql server 2000,i installed Microsoft SQL Server 2000 Driver for JDBC in my system.... i placed...
Hello SIR, I'm DHARMESH RATHOD, a Student of one of your batch. SIR I have a doubt in "C Language" (i,e) "How can we run a C program without writing Main ...
my doubt is CAN WE USE Threads In EJB if yes How? ... Here’s a new way to find what you're looking for - Yahoo! Answers my doubt is CAN WE USE Threads In EJB...
when a request comes to the servlet container creates a thread of service method thad thread is conserned with that request. ... can process 5 requests at a...
sir i have some doubt regarding applet how can we run the applet code and view the applet outpput in our local sytems. waiting for ur reply yours sincerely ...
1)In sevlets when client request are more wht we should do to that sevlet.My answer is to implement SIngleThreadModel, but if servlet implements this interface...
Hi Sir, Can you please tell me how to deploy servlets and Jsp in weblogic server. I am getting confused as where to store the .class file and war file i...
Hi Sir, Me Satyanarayana your student in Naresh Technologies, i have some doubt plz clarify them. 1)In sevlets when client request are more wht we should do to...
hi sir, what is the difference between using an INTERFACE and an ABSTRACT class with full of ABSTRACT methods and no partial implementation in ABSTRACT class. ...
hi sir, in a catch block, if it throws an exception by THROW new SOMEEXCEPTION, and in FINALLY block I am returning a value say RETURN 10. what will happen? ...