Tampilkan postingan dengan label . Tampilkan semua postingan
Tampilkan postingan dengan label . Tampilkan semua postingan

AutoCAD Sheet Sets – Questions are Answered

Rabu, 19 Maret 2014

0 komentar

Novedge was kind enough to invite me to host a Webinar for them.  I did and as far as I can tell it went well.  There was a great response and the attendees asked fantastic questions.  I was the one presenting the information but I was able to learn a few things from their questions.  That’s why I love doing things like this.


Novedge recorded the webinar that lasted about one hour long.  In this presentation I go over a few of the basics of using AutoCAD Sheet Sets and progress into some of the more advanced project management aspects of the tool.  The last few minutes of the webinar contain an question and answer session.  There were several questions asked that we didn’t have time to go into so I answered them later on.  Novedge has published the video and the answers to the questions on their website.

Go check it out.  And check out my new AutoCAD Sheet Sets training video.  It has over three hours of hands-on demonstration (including example files for you to work with) on everything there is to know about Sheet Sets.

Read More..

break continue and label in loop – Java program example

Minggu, 09 Februari 2014

0 komentar
break and continue in Java are two essential keyword beginners needs to familiar while using loops ( for loop, while loop and do while loop). break statement in java is used to break the loop and transfers control to the line immediate outside of loop while continue is used to escape current execution and transfers control back to start of the loop. Both break and continue allows programmer to create sophisticated algorithm and looping constructs. In this java tutorial we will see example of break and continue statement in Java and some important points related to breaking the loop using label and break statement. break keyword can also be used inside switch statement to break current choice and if not used it can cause fall-through on switch. Well break is not alone on breaking switch case you can also sued throw keyword on switch case.

This Java tutorial is next in series of articles in looping like 4 ways to loop Map in Java and How to loop on ArrayList in Java. If you are new here and haven’t gone through those articles then you may find them useful.
Read more »
Read More..

Copyright © 2010 Computer Tips and Trick | Powered By Blogger