Quantcast
Channel: All About Basic » Java Basic Problems
Browsing all 10 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Java break string in into individual words: How to split a string according...

Today I am sharing you another basic but important technique about string manipulation. While coding in java, sometimes we need to split or break a string into individual word according to space,...

View Article



Image may be NSFW.
Clik here to view.

Java HashMap Key Value Pair: How to show the Key Value pair data of HashMap.

Sometimes in java while we do coding and use HashMap we may need to check or see the values reside in Key and their corresponding Data or Values at the same time. Here I am sharing you another simple...

View Article

Image may be NSFW.
Clik here to view.

Java Vector Numeric value and SQL Query: How to use Numeic or integer values...

Sometimes we may need to use the value of a vector mainly the integer or numeric value in SQL to execute a query . Suppose you have a vector named   studentAge which contains two numeric value for...

View Article

Image may be NSFW.
Clik here to view.

Java English to Bengali (Bangla) Dictionary: How to read or search Bengali...

Today I am sharing with you another important topic where I will give you an example by which you will get a clear idea about how to read or search any Bengali or Bangla font from a text pad (notepad)...

View Article

Image may be NSFW.
Clik here to view.

JTable Cell Empty Validation: How to check or know JTable cell is empty or...

While designing or preparing  software you may face problem  to check  JTable cell is empty or not while entering JTable data in Database. Another thing may happen, suppose you are trying to validate...

View Article


Image may be NSFW.
Clik here to view.

JButton in JTable Cell: How to add, assign or fill up JTable’s Cell with...

Sometimes while working with software using java programming language we may face problem while working with JTable. In JTable Cell you may need to show JButton for various purposes. So, to show...

View Article

Image may be NSFW.
Clik here to view.

Java HashMap Key Set to String ,Array or Vector Convert: Use multiple type...

After a long time I am sharing a post related to Java Programming language. Recently, I have faced a problem while coding   on java HashMap key value set on my job. In my last post I have shown How to...

View Article

Image may be NSFW.
Clik here to view.

Solution of Batch entry 0 insert into postgresql database table, Call...

Have you ever faced this exception while executing sql query in  your software  or  database?? Well, I am using  Java programming language in the front end and PostGreSQL in the backend i.e. server...

View Article


Image may be NSFW.
Clik here to view.

Java Xml file to Jasper converter : How to convert Xml file into Jasper in...

For the reporting purpose sometimes we may need to convert xml file into jasper. Here I have tried to show you the conversion procedure of xml file to jasper file using Java Programming Language. To do...

View Article


Image may be NSFW.
Clik here to view.

Problem and its Solution in SQL Query: How to solve If database table field...

Have you ever faced a problem while using SQL Query in your software where you have to replace the blank or null field in database table with “0”  or  “1”  but  you are  unable to use “If condition” in...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images