Suresh Gowda

Greenhorn
+ Follow
since Jul 26, 2016
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
2
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Suresh Gowda

I need to notify about any changes in any entity through web socket. In another term, I have a web socket when the user has opened a session and during this period if any changes happen in particular entity for example xyzEntity. When there is a change in xyzEntity it has to notify/alert to the user that there is a change in xyzEntity. How can I achieve it in there any jar which can help me in achieving the task
@Henry Wong Yes it is for purpose of Interview and even for learning
7 years ago
@Norm Radder I mean it not question related to any technical issue i am facing
7 years ago
This is a not a question, I'm asking this one to have better understanding of concept.

Started to focus on java multithreading for better understanding I like community to share few Question there know or there can think about which may help in better understanding regarding multithreading.
Not a Theoretical question I am looking for some practical question like
  • How to add 1 to 10000 using multiThread
  • Consider two threads. Write a program where one thread should print even number and other thread should print odd Number parallel


  • This are question which I have come across.

    It may help others also in terms of better learning.

    Note: If possible answer to
    7 years ago
    Working Code..



    Hope this is enough
    7 years ago
    I need to use a Arial font bold with color and place the text in Particular position,


    I tried using Paragraph but by using paragraph I am not sure how to place text in particular position or else is there any better way to achieve.