Nawab Ahmed Siddiqui

Greenhorn
+ Follow
since May 24, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Nawab Ahmed Siddiqui

Hi all Gurus,

I have a Buffring related problemm. I have a simple page containing A list of report.The reports consist of Charts,Graph and Tables.one user click on the report it takes some time to load (this time new window is blank as usual in Browser).
I want to do, that calling window not open untill it is fully loaded at backend and user see the First Page only not the new one. Then the CAlling page is loaded at backend it flush at open at once.As we see the popwindow or Advertisment window comes at once.

It is possible? how can i do this. please give me ur suggestion or idea.

Thanks.
Thnaks for the reply ,
Please suggest also the best book on J2SE v1.4, covering new Features provided in JDK-1.4 .

Is "Ivor Horten's Book" or any other book u suggest (with ur own experience ).
Thnaks in Advance .
21 years ago
Hi all java Gurus ,
I have worked on I/O jdk1.3, Now after a long time again i am starting working on NIO. Please suggest me the best Book on "NIO" to the point with healhy stuff.
Currently best book for over all java (2SE v1.4), covering new features or enhancements provided in jdk1.4 by SUN.
In time reply will be Beneficial for me
Thanks in Advance.
21 years ago
Hi all Gurus,
I am java Developer.I have a query, i want to get solid concept of Enterprise Application Integration (EAI) to prepare my self for a interview which is focus on (EAI), in limited time.
please reply me intime, any web-stuff, white paper or documents beneficial to me.
Thanks in advance.
hi Expert ,
Is This posible in pure java language to Access the COM Port.???

any one tell me how we Access the COM1 Port i java Coding . i want to give some instruction on COM1 port; then get a usefull job from the COM1 port .
Any stuff or link also beneficial.
ur Help is Essential for me .
Thanks in Advance
21 years ago
hi Expert ,
Any one tell me how we Access the COM1 Port in java Coding . I want to give some instruction on COM1 port; Then get a usefull job from the COM1 port . Any stuff or link also beneficial.
ur Help is Essential for me .
Source code also be Help full .
Thanks in Advance .
21 years ago
hi Expert ,
any one tell me how we Access the COM1 Port i java Coding . i want to give some instruction on COM1 port; then get a usefull job from the COM1 port . Any stuff or link also beneficial.
Source code also be ...
ur Help is Essential for me .
Thanks in Advance .
hi ,
I think we can also develop some application in it. I just wana ask about
it,
if yes then how ? or it is just for the deployement of already written
in
other tool or in note pad. I m studying its help and other tutorial.
Plase tell me the Healthy Stuff (URL)if development is Possible, or any Hello World Programe ???

Thanks in Advance
21 years ago
HI ,
Please tell me that what is
"java web start".
what is the usage for both user and developer. and what are its benifits for the
user and developer side.
Thanks in advance
21 years ago
thanks adams
but one point is remainig that

what is the reason taht when we write data via PrintStream class , then i should be read the data in the same order why ???
i.e if u write 1st int , 2nd is double .Then u should be read data by BufferdInputStream class Method readLine() must in the same order .
when i write numeric data then read it the out put is unpredictable for me.
i donot know still now that where printStream write (least significant, or most significant bits).
i am thanks full to u a lot !!!
21 years ago
Hi ,
i have some question regrading chracter Stream.
1- when we write data through "PrintStream class" and read through "BufferInputStream class" method readLine().
It is recmonded that the sequence in which u write the data, You must be read in that order. Otherwise u get FormateException.
What is the reason of such sequence of reading data . Even casting is not helpfull ??
2 - "PrintStream class" write data into file. It write into file Least Significant bits or Most Significant bits???
The sample code is more accurate for u ..
PrintWriter pw = new PrintWriter( new OutputStreamWriter ( new FileOutputStream ("aatif.txt"), "UTF8" ) ,true ) ;

pw.println('A') ;
pw.println('B') ;

pw.close();
FileInputStream fi = new FileInputStream ("aatif.txt");

int a1 =0;
while ( ( a1 = fi.read() ) != -1 ){
System.out.println(a1);
}
This code generates the out put is
65
13
10
66
13
10
The 65, 66 is ASCII code (A, B) but what about 13 , 10 .
If i write int type data then out is also very confusing me , That what is the writing and reading process of stream .???
As I am comfortable with ByteStram .
Please Help me .
Thanks in Advance
:roll:
21 years ago
i am new "SAP" technology ,Please tell me the Deffination FrameWork , And Reason why we adopt SAP . What is the Advantage of using this ,as we also use (J2EE Architecture) For enterprise level.
please If send me net Resource And "URL" Regarding the BAsic Concept of "SAP".
i am new "SAP" technology ,Please tell me the Deffination FrameWork , And Reason why we adopt SAP . What is the Advantage of using this ,as we also use (J2EE Architecture) For enterprise level.
please If send me net Resource And "URL" Regarding the BAsic Concept of "SAP".
22 years ago
i have a Problem , i want to execute urdu or Arabic code in my jsp.
How can i do?
if i use unicode so what is the code range for these languages.And How can I implement in my jsp's.
is ther any opreaing system limitaions. I am working on "WINDOW 98, 2000".
Thanks For All.
22 years ago
JSP
i have a Problem , i want to execute urdu or Arabic code in my servlet.
How can i do?
if i use unicode so what is the code range for these languages.And How can I implement in my Servlet.
is ther any opreaing system limitaions. I am working on "WINDOW 98, 2000".
Thanks For All.
22 years ago