Tag: handle

How To Handle Customer Billing Snafus

Q: I just discovered that for the past six months I have been billing a client half of what I should have been. Should I just include the total of the past due balance on his next bill or contact him first to let him know that it’s coming? This client has been difficult in the past, so I’d rather not deal with him until I absolutely have to. My partner, on the other hand, thinks we should call the client and let him know what’s going on before sending the bill. What do you think? — Louis K.

Getting a handle on Java Performance

Java’s strong appeal for embedded applications is sometimes offset by concerns about its speed and its memory requirements. However, there are techniques that you can use to boost Java performance and reduce memory needs, and of course the Java virtual machine you choose affects Java performance, too. You can make better-informed decisions about using Java by understanding the factors that affect its performance and selecting meaningful benchmarks for embedded applications.

Back To Top