Amit Paleja

Greenhorn
+ Follow
since Apr 21, 2007
Merit badge: grant badges
For More
Mumbai, India
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Amit Paleja

I am sorry Jimmy, what i meant was - does the plugin support generating separate sequence diagrams for all methods of a class at one go?

My class has lots of methods and it would be very nice if we could generate sequence diagrams for all the methods rather than a method at a time.

Any idea if this or any other plugin supports such a functionality?
I am using EclipseUML 2.2 on Galileo to generate sequence diagrams for a piece of Java code. Is there a way by which we can generate sequence diagrams for all the methods in a class at one go?

Thanks
Hi

I want to set a particular user (database) to single user mode so that only one user at a time can access it. This is required so as to import data from another user on the same server after which i wish to revert the user to multi user mode.

I tried to achieve this with the following query but in vain:
ALTER SYSTEM ENABLE RESTRICTED SESSION

This sets the entire database server to single user mode and not the user (database) that I want to (the one that am currently connected to).

Is there a way to achieve this?

Amit
14 years ago
Hi folks

I too am interested in joining you guys in studying for SCJP6.

Can i please join?

Thanks
Amit
Hi Sriram

The answer should be 2 new objects .... am I correct folks??

According to me it has to be 2 as those two objects are created with the 'new' keyword and the reference variable s2 simply refers to the object referred by s1.

Amit
Hi NagarajGoud Uppala

Thanks.

I read Head First Java - 2nd Edition covering Java 5.0 by K & B.

Amit
Hi B Bhalla, Nagaraju Goud Uppala and Suntro Pat

I am planning to take the SCJP exam in the 3rd week of June. Can I join you folks in the preparation? I dont mind taking it earlier if I am done with the preparation.

In terms of studying, I am done reading with Head First Java and am confused about to starting with K & B's SCJP book or going for Core Java 2 first. Any suggestions??

Amit