Bookmark Our site Now!
Learn Java: Programming Articles, Examples and Tips
Home
Code Examples
Forum
All Java Tips
Books
Java Tools
Submit News,...
Search...
Java News
New to Java? Start with Java here- 46 Java Lessons on our site - free! Start now!
1000 Java Tips ebook
Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java programming articles and tips. Please take your copy here.
Java Lessons
The Java Lesson 1: What is Java? The Java Lesson 2: Anatomy of a simple Java program The Java Lesson 3: Identifiers and primitive data types The Java Lesson 4: Variables, constants, and literals The Java Lesson 5: Arithmetic operations, conversions, and casts The Java Lesson 6: Boolean expressions and operations The Java Lesson 7: Bitwise operations The Java Lesson 8: Flow control with if and else The Java Lesson 9: switch statements The Java Lesson 10: for, while, and do-while statements The Java Lesson 11: Using break and continue The Java Lesson 12: Class methods and how they are called The Java Lesson 13: Using the Math class The Java Lesson 14: Creating and calling custom class methods The Java Lesson 15: Overloading class methods The Java Lesson 16: An introduction to objects and object references The Java Lesson 17: The String class The Java Lesson 18: The StringBuffer class The Java Lesson 19: Initializing and processing arrays of primitives The Java Lesson 20: Initializing and processing arrays of objects The Java Lesson 23: Inheritance and overriding inherited methods The Java Lesson 24: abstract classes and polymorphism The Java Lesson 25: Interfaces, instanceof, and object conversion and casting The Java Lesson 26:Introduction to graphical programming and the java.awt packa The Java Lesson 27: The Component class The Java Lesson 28: Containers and simple layout managers The Java Lesson 29: The Color and Font classes The Java Lesson 30: Drawing geometric shapes The Java Lesson 31: Choice, List, and Checkbox controls The Java Lesson 32: Using the Scrollbar graphical control The Java Lesson 33: Menus and submenus The Java Lesson 34: An introduction to applets and the Applet class The Java Lesson 35: Essential HTML to launch an applet and pass it parameters The Java Lesson 36: Mouse event processing Java Lesson 37: Menus and submenus Java Lesson 38: The WindowListener interface and the WindowAdapter class Java Lesson 39: An introduction to GridBagLayout Java Lesson 40: An introduction to the Java Collections API Java Lesson 41: Exception handling with try, catch, and finally blocks Java Lesson 42: Claiming and throwing exceptions Java Lesson 43: Multithreading, the Thread class, and the Runnable interface Java Lesson 44: An introduction to I/O and the File and FileDialog classes Java Lesson 45: Low-level and high-level stream classes Java Lesson 46: Using the RandomAccessFile class Java Lessons by Joh Huhtala: Update
JavaFAQ's Main Menu
News
All Tips by Topic Documentation
Tell a Friend Home
Contact Us Members options
Your Account Web
Best links Free Books on the Web
Java Code Examples site map Java Code Examples site map-II Latest Java Tools, just upda.. Newsletter Pro
Learn Java: Programming Articles, Examples and Tips - Page 119
Previous 1004 Stories (502 Pages, 2 Per Page) Next
A utility for entering the Indian scripts
Indic Input Method Editor is a utility for entering the Indian scripts Bengali, Devanagari, Gujarati, Gurmukhi, Kannada, Malayalam, Oriya, Tamil, and Telugu directly into a browser on Windows® operating systems. In India, these scripts are used to conduct daily business. Computing in India has traditionally taken place primarily in English because of the lack of international script support in digital information systems. With the introduction of Unicode, however, more and more scripts can be stored digitally. This development has enabled software vendors to create e-business solutions for these languages. Unfortunately, there still exist a number of scripts that are not adequately supported. In many cases it is simply a lack of keyboards and fonts. comments? Score: 0
Posted by Anonymous on Saturday, December 20, 2003 (00:00:00) (995 reads)
Correction: In one of my last newsletters was the answer to the question:
Correction: In one of my last newsletters was the answer to the question:Why wait(), sleep(), notify(), notifyAll() must be inside a synchronized block, otherwise it throws java.lang.IllegalMonitorStateException: current thread not owner. see newsletter No 175, tip 2, July 22, 2003 or published on the site December 15, 2003.
Harald M. Mueller from Germany corrected me:"This is not true for sleep(). However, sleep() can throw anInterruptedException. It is, in many cases, ok to writetry {Thread.sleep(...);} catch (InterruptedException ex) {// empty - ignore the exception}
THIS IS THE ONLY SITUATION WHERE AN EXCEPTION MAY BE IGNORED!!! In all othercatch blocks, either * rethrow an exception* show the problem in a GUI dialog* crash the programWriting an exception to stdout or stderr with ex.printStacktrace() is NOT OK!!...Regards Harald M. Mueller Germany "Thanks for correction. Please always correct me if I am wrong!
--John*******************************************Our older tips: March 22, 2001 - October 21, 2002 READ HEREAll published and not published on the site tips read HERERead Full Story here... 21 comments Score: 0
Posted by jalex on Friday, December 19, 2003 (00:00:00) (1856 reads)
Previous 1004 Stories (502 Pages, 2 Per Page) Next 502 501 500 499 498 497 496 495 494 493 492 491 490 489 488 487 486 485 484 483 482 481 480 479 478 477 476 475 474 473 472 471 470 469 468 467 466 465 464 463 462 461 460 459 458 457 456 455 454 453 452 451 450 449 448 447 446 445 444 443 442 441 440 439 438 437 436 435 434 433 432 431 430 429 428 427 426 425 424 423 422 421 420 419 418 417 416 415 414 413 412 411 410 409 408 407 406 405 404 403 402 401 400 399 398 397 396 395 394 393 392 391 390 389 388 387 386 385 384 383 382 381 380 379 378 377 376 375 374 373 372 371 370 369 368 367 366 365 364 363 362 361 360 359 358 357 356 355 354 353 352 351 350 349 348 347 346 345 344 343 342 341 340 339 338 337 336 335 334 333 332 331 330 329 328 327 326 325 324 323 322 321 320 319 318 317 316 315 314 313 312 311 310 309 308 307 306 305 304 303 302 301 300 299 298 297 296 295 294 293 292 291 290 289 288 287 286 285 284 283 282 281 280 279 278 277 276 275 274 273 272 271 270 269 268 267 266 265 264 263 262 261 260 259 258 257 256 255 254 253 252 251 250 249 248 247 246 245 244 243 242 241 240 239 238 237 236 235 234 233 232 231 230 229 228 227 226 225 224 223 222 221 220 219 218 217 216 215 214 213 212 211 210 209 208 207 206 205 204 203 202 201 200 199 198 197 196 195 194 193 192 191 190 189 188 187 186 185 184 183 182 181 180 179 178 177 176 175 174 173 172 171 170 169 168 167 166 165 164 163 162 161 160 159 158 157 156 155 154 153 152 151 150 149 148 147 146 145 144 143 142 141 140 139 138 137 136 135 134 133 132 131 130 129 128 127 126 125 124 123 122 121 120
119 118 117 116 115 114 113 112 111 110 109 108 107 106 105 104 103 102 101 100 99 98 97 96 95 94 93 92 91 90 89 88 87 86 85 84 83 82 81 80 79 78 77 76 75 74 73 72 71 70 69 68 67 66 65 64 63 62 61 60 59 58 57 56 55 54 53 52 51 50 49 48 47 46 45 44 43 42 41 40 39 38 37 36 35 34 33 32 31 30 29 28 27 26 25 24 23 22 21 20 19 18 17 16 15 14 13 12 11 10 9 8 7 6 5 4 3 2 1
Home
Code Examples
Java Forum
All Java Tips
Books
Submit News, Code...
Search...
Offshore Software
RSS feed Java FAQ News
RSS feed Java ForumsAll logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest 1999-2006 by Java FAQs Daily Tips.Interactive software released under GNU GPL, Code Credits, Privacy Policy
Tuesday, January 23, 2007
Subscribe to:
Comments (Atom)