Java Questions and Answers

Recent IT Questions

161 - 180 of 188

Detection of ActiveX & other Mobile code

Hi ! I am trying to extend the functionality of a squid-based proxy to filter out ActiveX, JavaScripts and mobile code in general, from the web pages users will download. I am trying to make it an "intelligent" filter, in the sense of not just plainly removing the <OBJECT> tags from the...

View Answer   |  Jul 22 2005  6:27 AM GMT
Security management, Network security, Firewalls
asked by hedgehog

  0 pts.

Java Messaging Question

Hi, I attended one interview now and I am unable to answer one question, actually the question was on the Java messaging,if we send some message to say MQ Series Queue and If the MQ series server is down, how do we can handle resending message, it should be simple but since i didn't work in...

View Answer   |  Jul 20 2005  12:31 AM GMT
Tech support, Lifecycle development, J2EE
asked by skmraj

  0 pts.

Secure File Transfer for Mainframe systems

I would like to transfer files from Unix machine to Mainframe system (using Unix machine as client). The transfer process need to be secure (ie. data sent thro network should be encrypted using 128-bit encryption algorithm). I came to understand that SFTP server is not available for Mainframe...

View Answer   |  Jul 13 2005  7:03 PM GMT
Security management, Security, Security products
asked by tsdnesh

  0 pts.

Validating XML with an XSD schema with MSXML and LotusScript

I hope you can help me with the following question. I have written a process part of which uses the NotesDOMParser to validate XML with a DTD. Now I want to validate the XML with an XSD schema. I saw an example of this on the Microsoft Developer Network site: "Validate Documents Using SAX",...

View Answer   |  Jul 9 2005  8:20 PM GMT
Java, XML, LotusScript
asked by bwhittakers

  0 pts.

SAP JCo-Queries-2

Hi, Im new to SAP.Im using SAP JCo to access SAP tables from my Java Project.Can u tell me whether I have to write queries for accessing specific fields of specific tables of SAP jst like any other database? If yes can u explain the steps to achieve the same. If no then how does JCO achieve the...

View Answer   |  Jun 29 2005  2:34 AM GMT
ABAP, MySAP, NetWeaver
asked by shrividhyan

  0 pts.

Menu items according to user role

hi, i have to develop a web page which is having a menu with 2 levels of hierarchie. the menu items which should be seen to any user should be according to user's role for eg. a general user should get x,y,z menu items, a superuser should get all etc.the identification of role should be on...

View Answer   |  Jun 20 2005  4:48 AM GMT
PHP, Java, JavaScript
asked by redrose

  0 pts.

Calling External Procedure from Java Web based Application

Below given is a procedure to access a CL Program in iSeries from a Java web based program. create procedure libxxx/proc_name LANGUAGE CL FENCED EXTERNAL NAME 'libxxx/clprogram' PARAMETER STYLE GENERAL The external CL program has...

View Answer   |  May 26 2005  5:09 PM GMT
OS/400, iSeries, i5
asked by TOKNOWIT

  0 pts.

Connecting through a lotus notes database through JAVA's urlconnection

Hi, I was wondering when I connect to a lotus notes database through java's url connection like this one, where the target is a redirect target.. http://.......gbp.nsf/agWebLAL?OpenAgent&UNID=A9D19EDE65447DF5C1256F2000465E87&Source=Customer%20Portal This connects to a file in the database, and I...

View Answer   |  May 10 2005  4:23 AM GMT
J2EE, Java, JavaScript
asked by nayajd

  0 pts.

% symbol for java expressions

Hi, Im trying to get back into java (its been a while) and i was wondering what % means in a expression. E.G 5 % 3 Appreciate any and all help Thanks Andy

View Answer   |  May 1 2005  7:46 AM GMT
Java
asked by andy11983

  0 pts.

Java DateTime - Extract substrings

Can anyone help me extract the Hour and the AM or PM as a string in a Java DateTime object in Java? I am using Domino 6.4 Thanks. George

View Answer   |  Apr 26 2005  8:58 PM GMT
Java, JavaScript, LotusScript
asked by George

  0 pts.

HELP

I'D LIKE TO ASK HELP IN PROGRAMMING ESPECIALLY IN VISUAL BASIC.PLS SEND ME UPDATES ON DATABASE PROGRAMMING, INTERNET AND OTHER RELATED AND IMPORTANT KNOWLEDGES. THANKS.

View Answer   |  Apr 14 2005  11:59 PM GMT
Tech support, Networking, Programming Languages
asked by tazzygurl

  0 pts.

CLOB - Fetch out of sequence

I am inserting into a table which has a CLOB field. I insert a blank_clob and then try and retrieve the clob field again directly after insert. When I execute the select to retrieve the CLOB field I am getting ORA-01002: fetch out of sequence. The query looks like: select XML_DATA from XML_TABLE...

View Answer   |  Mar 3 2005  10:48 AM GMT
Oracle, SQL, Lifecycle development
asked by GinaOL

  0 pts.

array

i want to know how to add the two dimensional array .(if possible explain me with example)

View Answer   |  Feb 24 2005  1:32 AM GMT
J2EE, Java
asked by palmars

  0 pts.

How to avoid SQL7008 error from DB2 on iSeries?

We are deploying a J2EE application on a Websphere 5.2 Application Server. This application accesses a DB2 database on an iSeries server which is not supporting transactions. We have already removed all transactions from the XML configuration files. We cannot find a way to configure the...

View Answer   |  Dec 17 2004  6:17 PM GMT
DB2, J2EE, Java
asked by cardura

  0 pts.

Why Java Platform Independent?

I don't find the exact reason why Java is called Platform independent. I have read it in many books. Still a practical overview is not there. Please Specify in more detailed.

View Answer   |  Dec 17 2004  4:19 AM GMT
Tech support, E-mail applications, J2EE
asked by samachar

  0 pts.

Can not run servlet program on J2EE platform 4 Linux

I am using J2EE platform in my RHL 9.0 machine. But I am not able to servlet programs. How I can do that?

View Answer   |  Dec 17 2004  4:08 AM GMT
Tech support, Help Desk, Third-party services
asked by samachar

  0 pts.

Stored Procedure Error

This is mu stored Procedure: CREATE PROCEDURE ADMINISTRATOR.DIMS_SP_PerformSearch ( vuserId integer, vsearchText varchar(500) , vfromID integer, voption integer ) ------------------------------------------------------------------------ -- SQL Stored Procedure...

View Answer   |  Dec 17 2004  2:20 AM GMT
Migration, IBM, Servers
asked by jsbaig

  0 pts.

PL SQL Record in Java-2

Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS --Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; --procedure...

View Answer   |  Nov 6 2004  10:41 PM GMT
SQL, J2EE, Java
asked by tanmoychat

  0 pts.

PL SQL Record in Java

Dear All I have a Stored Package written as follows: CREATE OR REPLACE PACKAGE firstPackage IS --Type definition TYPE sampleType IS RECORD ( name VARCHAR2(128), interface VARCHAR2(128), tablespc VARCHAR2(128) ); TYPE c_mx1_type IS REF CURSOR; --procedure...

View Answer   |  Nov 6 2004  10:37 PM GMT
SQL, J2EE, Java
asked by tanmoychat

  0 pts.

Importing iSeries SpoolFiles in Windows

I'm importing succesfully iSeries Spoolfiles in Windows Systems with an ActiveX/VisualBasic application and the CA400's cwbobj.dll. In order to optimize my VB app I would like to have specific informations about cwbobj's function ReadSplf and about filtering the Spoolfiles list by Outq. (Sorry...

View Answer   |  Nov 5 2004  3:53 AM GMT
AS/400, Visual Basic, Microsoft Windows
asked by technet

  30 pts.

161 - 180 of 188