|It is currently Thu Mar 28, 2024 1:57 pm Login / Join Codemiles

Java

C/C++

PHP

C#

HTML

CSS

ASP

Javascript

JQuery

AJAX

XSD

Python

Matlab

R Scripts

Weka


Blog Links

Blog Stats
4Total Entries
3Total Comments

Search Blogs


Category Blogs 
General Articles

General blog articles related to forums area or in general things.

1

Programming

Articles related programming (java,c++,csharp,dotNet)

1


 [ 24 blog entries ]  1, 2, 3, 4, 5  Next
Feed Random Blog Entries
4 things to note down while using wait and notify method in java by javabuddy on Fri Jun 03, 2011 2:35 pm
while using wait and notify or notifyAll method in Java following things must be remember :

1) use notifyAll instead of notify if you expect more than one thread is waiting for lock.
2)wait() and notify() method must be called from synchronized context, see the link for more detailed explanation http://javarevisited.blogspot.com/2011/05/wait-notify-and-notifyall-in-java.html.
3) Always call wait() method in loop because if multiple threads are waiting for lock and one of them got lock and reset the condition and other thread needs to check the condition after they got wake up to see whether they need to wait again or can start processing.
4) use same object for calling wait() and notify() method, every object has its own lock so calling wait() on objectA and notify() on object B will not make any sense.

Benefits from a Professional Web Design Company by quinnwd on Mon Nov 14, 2011 11:11 am
All business owners want their business to be recognized by the world. Who does want to be brush aside? Definitely, no one! Isn’t it? In business, it is not easy to acquired success and become a top seller.

It is not enough to have a good staff, products and service in order to be victorious. In business world, competition is not only banality and arduous but also formidable and intense. So, business should not be merely contented on media and print advertising. It is not enough tools to attract customers and have a high market.

Consequently, it also needs online promotional and advertising. Thus, it can only get through Web Design Company that will not only make your own business visible online but also thoroughly promote your business.

However, you might think what are the benefits will you get at web Design Company? Well, you will only get greater flexibility in your business, improved your business aesthetic and technical expertise, integrate your market and last but definitely n...

[ Continued ]

notepad++ a powerful editor by Deepak on Tue Sep 20, 2011 9:25 am
:read: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License.

Based on the powerful editing component Scintilla, Notepad++ is written in C++ and uses pure Win32 API and STL which ensures a higher execution speed and smaller program size. By optimizing as many routines as possible without losing user friendliness, Notepad++ is trying to reduce the world carbon dioxide emissions. When using less CPU power, the PC can throttle down and reduce power consumption, resulting in a greener environment.

You're encouraged to translate Notepad++ into your native tongue if there's not already a translation present in the Binary Translations page. And if you want, help translating Notepad++ official site into your native tongue would...

[ Continued ]

Urgently Require an iPhone Developer for Islamabad Office by itgeneration on Wed Mar 14, 2012 5:19 pm
Mobile Media City c/o Itgenerations a boutique of Iphone/ Ipad Applications having awesome Applications on App Store with amazing ratings. We provide awesome applications for the web, mobile and tablet platforms using a range of technologies. We are headquartered in Toronto, Canada and have an offshore development and support facility in South Asia. We deliver awesome Apps and ensure they deliver beyond your expectations.

The Jobs Details are:
Number of Posts: 2
Relevant Experience Required: 1 to 2 years
Education: Software Engineer (minimum)



The responsibilities are as below:

• Must be very strong in Objective-C, Cocoa, CocoaTouch, and XCode
• Excellent knowledge of the iPhone iOS SDK
• Excellent knowledge in UI design
• Application on AppStore is a plus
• Good communication skill is mandat...

[ Continued ]

how to add multiple clients to the server in java? by artigautam on Sun May 08, 2011 5:10 pm
I ve to add 2 clients to the server,chatting between these clients will be through the server.but after running these following files only Cframe1 got connected to server but second client i.e. Clientframe1 didnt...what changes should I make to connect this second client??

Serverframe.java
Code:
import java.awt.*;
import java.applet.*;
import java.awt.event.ActionEvent;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
import java.awt.event.ActionListener;
import java.net.*;
import java.io.*;
import java.lang.*;
class Serverframe extends Frame implements ActionListener
{
   Button b1,b2,b3;

   Label l1,l2,l3;

   TextField t1,t2,t3;

   TextArea t;

    boolean readSocketMem ;

    BufferedReader socketBR;


    BufferedWriter socketBW;

    Socket sref1,sref2;

   Serverframe()
   {


       setVisible(true);

      setSize(500, 500);

      setLayout(null);

      setTitle("Server Window");...


[ Continued ]

 [ 24 blog entries ]  1, 2, 3, 4, 5  Next

All times are UTC [ DST ]









Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
All copyrights reserved to codemiles.com 2007-2011
mileX v1.0 designed by codemiles team
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com