<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-5542656191220013104</id><updated>2011-11-27T16:16:04.774-08:00</updated><category term='Unix'/><category term='EJB'/><category term='Servlets'/><category term='MySQL'/><category term='JSP'/><category term='Linux'/><category term='Eclipse'/><category term='Hibernate'/><category term='Corba'/><category term='Java'/><category term='Interview'/><category term='RMI'/><category term='Shortcut'/><category term='database'/><category term='JDBC'/><title type='text'>Sharing Life..........</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://richtopic.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://richtopic.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Next step.....</name><uri>http://www.blogger.com/profile/18217494301582868168</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>4</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-5542656191220013104.post-7066960496250187512</id><published>2009-07-05T07:35:00.000-07:00</published><updated>2009-07-05T08:15:27.890-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MySQL'/><category scheme='http://www.blogger.com/atom/ns#' term='database'/><title type='text'>How to run many scripts in MySQL</title><content type='html'>In some projects, the database schema changes day by day. For every changes, we have a script to update database. This causes we will have many scripts regarding the changes. In fact, we can merge these scripts into one main script. However, it is not easy to keep track changes of  db between releases. For every time create database(maybe for testing), we have to run many scripts in sequence, it takes time :).  I have tried by using command:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;mysql&gt; source  script1.sql, script2.sql,..&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;but it doesn't work.&lt;br /&gt;&lt;br /&gt;To do  this, we can create an shell script(Unix )   or an bat file(Window). The content of the file is just commands to run scripts we need.&lt;br /&gt;&lt;br /&gt;The syntax is:&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;mysql -uusername -ppassword -D database_name &lt; script&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;For ex:&lt;br /&gt;below is a shell script to run script1.sql, script2.sql, script3.sql in sequence automatically. This&lt;br /&gt;&lt;blockquote&gt;&lt;br /&gt;mysql -u root -ppassword -D shopping &lt; c:/script1.sql&lt;br /&gt;mysql -u root -ppassword -D shopping &lt; c:/script2.sql&lt;br /&gt;mysql -u root -ppassword -D shopping &lt; c:/script3.sql&lt;br /&gt;&lt;/blockquote&gt;&lt;br /&gt;From now, to create database, the only thing we need is to run this bat file or shell script file.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5542656191220013104-7066960496250187512?l=richtopic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://richtopic.blogspot.com/feeds/7066960496250187512/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://richtopic.blogspot.com/2009/07/how-to-run-many-scripts-in-mysql.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/7066960496250187512'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/7066960496250187512'/><link rel='alternate' type='text/html' href='http://richtopic.blogspot.com/2009/07/how-to-run-many-scripts-in-mysql.html' title='How to run many scripts in MySQL'/><author><name>Next step.....</name><uri>http://www.blogger.com/profile/18217494301582868168</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5542656191220013104.post-1720134295657098405</id><published>2009-02-05T03:37:00.000-08:00</published><updated>2009-02-05T23:31:07.847-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Servlets'/><category scheme='http://www.blogger.com/atom/ns#' term='JSP'/><category scheme='http://www.blogger.com/atom/ns#' term='EJB'/><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='Interview'/><category scheme='http://www.blogger.com/atom/ns#' term='Corba'/><category scheme='http://www.blogger.com/atom/ns#' term='JDBC'/><category scheme='http://www.blogger.com/atom/ns#' term='RMI'/><category scheme='http://www.blogger.com/atom/ns#' term='Hibernate'/><title type='text'></title><content type='html'>&lt;p style="text-align: center;"&gt; &lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Interview Questions&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;p&gt;If you are searching for Interview Questions related to &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Java &lt;/span&gt;Technologies,&lt;br /&gt;then the below may be of intrest to you, so, please visit the below:&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Java &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=579#p580"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=579#p580&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Java &lt;/span&gt;Interview Questions - Set&lt;br /&gt;2&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=585"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=585&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;JDBC &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=586"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=586&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Servlets &lt;/span&gt;Interview&lt;br /&gt;Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=587"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=587&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;JSP &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=589"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=589&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;EJB &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=591"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=591&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;JMS &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=594"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=594&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;Struts Interview&lt;br /&gt;Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=595"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=595&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Spring &lt;/span&gt;Framework Interview&lt;br /&gt;Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=605"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=605&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Hibernate &lt;/span&gt;Interview&lt;br /&gt;Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=611"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=611&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Java Server Faces&lt;/span&gt; &lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=612"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=612&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;RMI &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=613"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=613&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Corba &lt;/span&gt;Interview&lt;br /&gt;Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=614"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=614&lt;/a&gt;&gt;&lt;br /&gt;&lt;/p&gt;&lt;p&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;J2ME &lt;/span&gt;Interview Questions&lt;&lt;a target="_blank" rel="nofollow" href="http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=739"&gt;http://www.itjobguru.com/forum/viewtopic.php?f=66&amp;amp;t=739&lt;/a&gt;&gt; &lt;/p&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5542656191220013104-1720134295657098405?l=richtopic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://richtopic.blogspot.com/feeds/1720134295657098405/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://richtopic.blogspot.com/2009/02/if-you-are-searching-for-interview.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/1720134295657098405'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/1720134295657098405'/><link rel='alternate' type='text/html' href='http://richtopic.blogspot.com/2009/02/if-you-are-searching-for-interview.html' title=''/><author><name>Next step.....</name><uri>http://www.blogger.com/profile/18217494301582868168</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5542656191220013104.post-7273213294541134406</id><published>2009-02-05T03:34:00.000-08:00</published><updated>2009-02-05T03:35:23.627-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='MySQL'/><category scheme='http://www.blogger.com/atom/ns#' term='Linux'/><category scheme='http://www.blogger.com/atom/ns#' term='Unix'/><title type='text'>What is error 28 and how to avoid it</title><content type='html'>&lt;div class="snap_preview"&gt;&lt;p&gt;Using the command line tool perror you can find out, what the error 28 means.&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&gt; perror 28&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;Error code  28:  No space left on device&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;If you get his error, you need to check all filesystems where &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;MySQL&lt;/span&gt; operates. It may be single filesystem or as we recommend you can have datadir, tmpdir and log files split into dedicated filesystems. &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;MySQL&lt;/span&gt; often creates temporary tables for some queries - most of them are placed in tmpdir, but some into database directory (e.g. ALTER TABLE). You must ensure, that there is enough free disk space available for &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;MySQL&lt;/span&gt;.&lt;/p&gt; &lt;p&gt;You can check out, that environment variables for &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;MySQL &lt;/span&gt;are properly set.&lt;/p&gt; &lt;p&gt;Check the value of tmp_table_size:&lt;/p&gt; &lt;p&gt;&lt;strong&gt;mysql&gt; show variables like “tmp_table_size”;&lt;/strong&gt;&lt;br /&gt;+—————-+———-+&lt;br /&gt;| Variable_name  | Value    |&lt;br /&gt;+—————-+———-+&lt;br /&gt;| tmp_table_size | 33554432 |&lt;br /&gt;+—————-+———-+&lt;/p&gt; &lt;p&gt;This tells, what is the limit, when reached, in-memory temporary tables will automatically be converted to a disk-based MyISAM table.&lt;/p&gt; &lt;p&gt;Then you need to find out, where the ‘tmpdir’ points&lt;/p&gt; &lt;p&gt;mysql&gt; show variables like “tmpdir”;&lt;br /&gt;+—————+————-+&lt;br /&gt;| Variable_name | Value       |&lt;br /&gt;+—————+————-+&lt;br /&gt;| tmpdir        |&lt;strong&gt; /var/tmp/mysql/&lt;/strong&gt; |&lt;br /&gt;+—————+————-+&lt;/p&gt; &lt;p&gt;And check, that there is plenty of space available in that device.&lt;/p&gt; &lt;p&gt;In my case, when I type: &lt;strong&gt;df -h&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;….&lt;/p&gt; &lt;p&gt;&lt;strong&gt;/dev/dsk/c0d0s1        9.6G   9.6G     0K   100%    /var&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;…&lt;/p&gt; &lt;p&gt;The “&lt;strong&gt;/var&lt;/strong&gt;“  is full, so I got error 28. I tried to change to “&lt;strong&gt;tmpdir&lt;/strong&gt;” to another location that have available space(edit &lt;strong&gt;/etc/my.cnf&lt;/strong&gt;) and mysql run ok now.&lt;/p&gt;&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5542656191220013104-7273213294541134406?l=richtopic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://richtopic.blogspot.com/feeds/7273213294541134406/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://richtopic.blogspot.com/2009/02/what-is-error-28-and-how-to-avoid-it.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/7273213294541134406'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/7273213294541134406'/><link rel='alternate' type='text/html' href='http://richtopic.blogspot.com/2009/02/what-is-error-28-and-how-to-avoid-it.html' title='What is error 28 and how to avoid it'/><author><name>Next step.....</name><uri>http://www.blogger.com/profile/18217494301582868168</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-5542656191220013104.post-1848178844149966892</id><published>2009-02-05T03:14:00.000-08:00</published><updated>2009-02-05T23:29:05.661-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Eclipse'/><category scheme='http://www.blogger.com/atom/ns#' term='Shortcut'/><title type='text'>Eclipse Shortcut</title><content type='html'>&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Some useful and commonly used &lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Java &lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Eclipse &lt;/span&gt;&lt;span class="Apple-style-span" style="font-weight: bold;"&gt;Shortcuts. &lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span" style="font-weight: normal;"&gt; This will improve your work efficiency in &lt;/span&gt;Eclipse.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;ol&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;F1                                                                              To get help context message&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;F1                                                                              To show error message in wizard dialog&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;F3                                       Back to corresponding source code&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+F6                                                         For switching to different editors&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+F7                                                          For switching to different views&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+F8                                     Switch to different perspective&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+shift+Arrow-up         Jumping from one method to previous  method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+shift+Arrow-down    Jumping from one method to next method&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Alt+Shift+P                        Navigating between matching braces&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+O                                  Navigating between different parts of the code&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span class="Apple-style-span" style="color: rgb(0, 0, 128);"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;&lt;span class="Apple-style-span"&gt;&lt;span style="color: rgb(0, 0, 128);"&gt;Ctrl+, and Ctrl+.                 To find the syntax errors in a code&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/5542656191220013104-1848178844149966892?l=richtopic.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://richtopic.blogspot.com/feeds/1848178844149966892/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://richtopic.blogspot.com/2009/02/eclipse-shortcut.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/1848178844149966892'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/5542656191220013104/posts/default/1848178844149966892'/><link rel='alternate' type='text/html' href='http://richtopic.blogspot.com/2009/02/eclipse-shortcut.html' title='Eclipse Shortcut'/><author><name>Next step.....</name><uri>http://www.blogger.com/profile/18217494301582868168</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
