Garry Kalra

Ranch Hand
+ Follow
since May 25, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Garry Kalra

But can i find some jobs near Delhi. Also i have tried a lot my mailing me resumes to companies in bangalore, but no luck. Can somebody guide me how to go about it.
Garry
22 years ago
Hi,
I, Gaurav Kalra am a Sun certified Java Programmer as well as Developer. I also have post graduate as well as graduate degree in computer science. I live in Delhi, India.
Any job opportunities will be highly appreciated.
Garry
22 years ago
Hi,
I, Gaurav Kalra am a Sun certified Java Programmer as well as Developer. I also have post graduate as well as graduate degree in computer science. I live in Delhi, India.
Due to the current tight market, i am unable to find a position for myself in the software industry. I understand that it is difficult to get a job at the entry level, but how should i go about it.
Pls guide me.
Garry
22 years ago
Hi,
Does anybody know how to display toolbars like those in forte4java and vc++.
If we use the JToolbar then the toolbar is a much broader one.
Also i was using Actions so that i just have to add them to the menu's and the toolbar. But i am not able to display the icons in the toolbar or the menu. Can somebody help me regarding this.
garry
23 years ago
Can i access and make changes to the windows registry using java.
garry
23 years ago
Can somebosy tell me how much time it takes for the certificate to arrive. The programmer one came within a week.
so are they slow even in delivering the scdj2 certificate as the result itself.
garry
Hi,
i just wanted to know which technologies to study like JSP, Servlets, EJB, J2EE, JMF, J2ME etc.
although i have a brief idea about everything i mentioned above. Is that all that is required.
garry
23 years ago
Hi,
sorry for not being clearer enough. Well what i want is that everytime you see your desktop, there are just slight variations in it. It may so happen that there are many applications possibly written in c, c++.
what i want is to know when these applications receive a paint message, because this will be sent to them by the windows operating system.
i just want to know what rectangle coordinates are being requested by the windows OS to these applications and i guess this can only be done by accessing the windows OS system message queue, from where all the messages are sent to the appropriate applications whether written in c, c++ or java.
i know this is difficult enough, but just don't know whether it is possible.
garry
23 years ago
Hi,
I want to access the system message queue on a windows machine to receive the paint events so that i can get to know everytime a paint is called of any application.
this is because i need the rectangle image which is repainted. pls help me regarding this.
garry
23 years ago
Hi,
I am a SCPJ2 and SCDJ2. I like java a lot and would like to know what to study that will be useful in the future.
Is java going to be heavily used on the server side.
garry
23 years ago
But can it be closed using the task manager. Also is is a recommended way to start a daemon sort of a process.
garry
23 years ago
Hi,
When we start a java application, the command prompt is always visible and the application can be easily closed by pressing ctrl+c in the window. I would like an application such that the user is not able to close this. Can this be accomplished.
It can be such that previously the administrator had configured the system such that the applications starts up automatically when the system starts, may be through the windows registry or the start up folder.
The application is like a yahoo messenger but it is built in java.
Pls help me regarding the above as it is very urgent.
garry
23 years ago
Hi,
I want to distribute my application, which is built using jsp but do not want to give the source code for the jsp's. Is there any way i can do this, i.e. by just distributing the class files generated by the tomcat web server.
Pls help me regarding the above.
garry
23 years ago
JSP
hi Mark,
as far as i remember, i was expecting a score of 150+, but i guess there are things about which i am confused. I don't think my documentation, deserved to loose 2 points, because i had a very detailed documentation and had explained each and every thing related to the design in terms of UML diagrams in addition to the required things like rmi vs sockets and extending vs modifying.
The manuals for the client and the server were very detailed and i used images to show what would happen at each stage.
The gui was great and there as well, i lost 2 points. I always beleived i had the strongest server, because i had taken care of 90% of the stuff. Small things like locking all records before shutting down the server were taken care of.
Anyway, i am happy that i passed. I would like to know about the architect certification.
garry
Hi,
I didn't changed the signature of the lock and unlock methods. The Data class was assumed to provide the functionality of a local database server and thus it was assument that in the non-networked mode, there was only one client.
The networked mode used a lockmananager which used to lock and unlock the records. Here the locking was done based on an id. I used to create a separate handler for each client and did assigned them unique ids.
hope that helps.
regards
garry