Anjali Malar

Greenhorn
+ Follow
since Apr 09, 2011
Anjali likes ...
MyEclipse IDE Oracle Java
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Anjali Malar

Hi
Has anyone got any idea about the configuration details for JMS and DB tables. I was trying to figure out in which configuration file the details will be specified?
We are using JMS in JBoss.

Thanks!
11 years ago
Vishwa,

How to figure out that which tables store JMS information. Where the table-JMS configuration will be specified?
Is the tables only for Queue or is it for topic?
11 years ago
No. When I get the [B@19821f from String c and form a new String "hello world" is not retrieved.

Below is the complete problem ....


In line 7, I should get "hello world" back. But its not the case here. It still printing [B@19821f. But I want the original string.

12 years ago
I got the Welcome and the byte representation in String format.


But I want to use B@19821f as bytes to get back my "hello world" . Like if I put the retrieved byte from String c as below , then I should get back hello world.



12 years ago
Hi
I have concatenated bytes with String. If I want to retrieve the concatenated bytes is it possible?
Below is a sample code. I just got this doubt.



I would like to get back b from c . Is that possible ?

Thanks !
12 years ago

Hi all,
I have been using Java Ranch for a long time. But this is my first post. Happy to interact with you all.

I am writing a client server program as a part of project. In that the client need to send parts of file (size varies from 256 bytes to 64KB ) to server.
So I used DataOutputStream and writeUTF(String s) method to send the file parts.
But the problem is server is able to get the first part and for second part it is not receiving.
I like to know is there any size constraints in string size we are sending in writeUTF() method? Can it send 64KB data to server ?

Thanks

12 years ago