45,000 Jobs - Get an Interview Call,  Post Your Resume Here
SURESHKUMAR.NET FORUMS
Registered Member Login:
Not a member? Register today!



Welcome to the SURESHKUMAR.NET FORUMS.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.




weblogic

        

Reply
 
LinkBack Thread Tools Display Modes
Old 04-07-06, 06:45 PM   #1 (permalink)
Member
 
Join Date: Feb 2006
Location: India
Posts: 89
Thanks: 0
Thanked 1 Time in 1 Post
Rep Power: 4 qaisar has disabled reputation
hi friends

1 wat is the difference between weblogic 7.0 and weblogic 8.0?


2 can we decalre our own exception?if itsyes then how can we do it?


3 wat is the process of doing unit testing? can we do unit testing manually?


Regards

Qaisar

qaisar is offline Offline   Reply With Quote
Old 04-07-06, 07:21 PM   #2 (permalink)
Moderator
 
wizkid's Avatar
 
Join Date: Jun 2006
Location: India
Posts: 960
Thanks: 0
Thanked 37 Times in 32 Posts
Rep Power: 16 wizkid is just really nice wizkid is just really nice wizkid is just really nice wizkid is just really nice
hi gaiser,

1) As new versions release, there is differences in performance. One significant point to note is the JVM versions that are supported which significantly impact the application server performance. The new WLS 8.1 on the newest released 1.4.2 JVM is damn good.

2) Yes, we can declare ourown exceptions by using throw statement..

just go through this code

All methods use the throw statement to throw an exception. he throw statement requires a single argument: a throwable object. Throwable objects are instances of any subclass of the Throwable class. Here's an example of a throw statement.

throw someThrowableObject;


Let's look at the throw statement in context. The following pop method is taken from a class that implements a common stack object. The method removes the top element from the stack and returns the object.

public Object pop() throws EmptyStackException {
Object obj; if (size == 0) { throw new EmptyStackException(); } obj = objectAt(SIZE - 1); setObjectAt(SIZE - 1, null); size--; return obj;


Edited by: wizkid
__________________
\"WHEN GOING GETS TOUGH, ONLY THE TOUGH GETS GOING\"
wizkid is offline Offline   Reply With Quote
Old 04-07-06, 07:46 PM   #3 (permalink)
Senior Member
 
rachana's Avatar
 
Join Date: Jun 2006
Location: India
Posts: 114
Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 7 rachana has disabled reputation
Hi Gaisar,

check this link for unit testing in this forum



__________________
A PEACEFUL MIND ALWAYS GENERATES POWER
rachana is offline Offline   Reply With Quote
Reply

Tags
weblogic


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is On
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +6.5. The time now is 09:23 AM.

More Interview Questions Here...

Content Relevant URLs by vBSEO 3.3.0