Click here to Skip to main content
15,888,293 members
Home / Discussions / Java
   

Java

 
AnswerRe: need help for creation of graph in main memory and traversing the graph in java Pin
Richard MacCutchan14-Sep-14 23:03
mveRichard MacCutchan14-Sep-14 23:03 
Questionjob Pin
Member 1107165610-Sep-14 7:41
Member 1107165610-Sep-14 7:41 
AnswerRe: job Pin
Richard MacCutchan10-Sep-14 21:08
mveRichard MacCutchan10-Sep-14 21:08 
QuestionShare object in same JVM Pin
Shivanand Gupta3-Sep-14 22:15
Shivanand Gupta3-Sep-14 22:15 
AnswerRe: Share object in same JVM Pin
Richard MacCutchan3-Sep-14 23:04
mveRichard MacCutchan3-Sep-14 23:04 
GeneralRe: Share object in same JVM Pin
Shivanand Gupta4-Sep-14 20:44
Shivanand Gupta4-Sep-14 20:44 
GeneralRe: Share object in same JVM Pin
Richard MacCutchan4-Sep-14 21:13
mveRichard MacCutchan4-Sep-14 21:13 
AnswerRe: Share object in same JVM Pin
jschell5-Sep-14 10:22
jschell5-Sep-14 10:22 
Shivanand Gupta wrote:
I need to exposed one class(Exposed_class) for reading random number value from My class, to third party application (that is also written in Java).


No, you are approaching this incorrectly.

What you need is a 'service' that provides a unique (presumably that is what you think you are doing) data to the caller.

That service is an independent app.

Then the two apps that you have use that service. That way either app can be running without the other.

This of course presumes there isn't a different way to solve the problem which wouldn't require any sharing at all.
GeneralRe: Share object in same JVM Pin
Shivanand Gupta23-Sep-14 0:33
Shivanand Gupta23-Sep-14 0:33 
Questionbuilding translator software Pin
Member 1104219227-Aug-14 21:56
Member 1104219227-Aug-14 21:56 
AnswerRe: building translator software Pin
Richard MacCutchan27-Aug-14 22:20
mveRichard MacCutchan27-Aug-14 22:20 
SuggestionRe: building translator software Pin
Kornfeld Eliyahu Peter31-Aug-14 0:39
professionalKornfeld Eliyahu Peter31-Aug-14 0:39 
QuestionHow to start Java Pin
mwith26-Aug-14 20:20
mwith26-Aug-14 20:20 
AnswerRe: How to start Java Pin
Richard MacCutchan26-Aug-14 21:08
mveRichard MacCutchan26-Aug-14 21:08 
AnswerRe: How to start Java Pin
Member 1048772029-Aug-14 0:25
Member 1048772029-Aug-14 0:25 
AnswerRe: How to start Java Pin
Siben Nayak29-Aug-14 5:54
professionalSiben Nayak29-Aug-14 5:54 
GeneralRe: How to start Java Pin
mwith29-Aug-14 7:20
mwith29-Aug-14 7:20 
AnswerRe: How to start Java Pin
jschell29-Aug-14 8:04
jschell29-Aug-14 8:04 
AnswerRe: How to start Java Pin
Sughosh V Kaushik30-Aug-14 22:51
Sughosh V Kaushik30-Aug-14 22:51 
AnswerRe: How to start Java Pin
Tushar Guru8-Sep-14 20:59
Tushar Guru8-Sep-14 20:59 
AnswerRe: How to start Java Pin
Programmer Andrew10-Sep-14 20:11
Programmer Andrew10-Sep-14 20:11 
AnswerRe: How to start Java Pin
tony_ming7-Oct-14 2:40
tony_ming7-Oct-14 2:40 
Questionis it possible to divide one iframe into different rows and columns in html 5 Pin
Member 1028492117-Aug-14 21:10
Member 1028492117-Aug-14 21:10 
AnswerRe: is it possible to divide one iframe into different rows and columns in html 5 Pin
Richard MacCutchan17-Aug-14 21:35
mveRichard MacCutchan17-Aug-14 21:35 
GeneralRe: is it possible to divide one iframe into different rows and columns in html 5 Pin
Member 1028492117-Aug-14 22:44
Member 1028492117-Aug-14 22:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.