111 Posted Topics

Member Avatar for Nick_31
Member Avatar for Nick_31
Member Avatar for rabeccaruffin
Member Avatar for Sappie
Member Avatar for DGPickett
0
262
Member Avatar for Muhaimin
Member Avatar for John_165

When posting code, I get error > begin a line with 4 spaces in a row (or one tab), preceded by a blank line. 4+ spaces or tabs may not be used anywhere else.

Member Avatar for Anninflow
0
3K
Member Avatar for 雪嫣
Member Avatar for Saboor880

Maybe you need to install [Java Advanced Imaging (JAI)](https://www.oracle.com/technetwork/java/index.html) as well.

Member Avatar for orichisonic
0
690
Member Avatar for John_165

Hi,if I have interested on one of the forum, example post which has Java tag, can I receive notification if someone is posting on that forum?

Member Avatar for baabroz1
0
946
Member Avatar for it@61@sec

> C Language is used to be considered as most powerful programming language. Where you get such info?

Member Avatar for Daniel11
1
3K
Member Avatar for John_165

Are there any differencies between these two code ? if (!a.equals("")) { editDate.setText(a) } and if (a!="") { editDate.setText(a) }

Member Avatar for bngwebguru
1
3K
Member Avatar for madhava_3

Hi, Are you trying to connect with MySQL? Have you successfully connected your java app with MySQL?

Member Avatar for John_165
0
179
Member Avatar for ayo_php
Member Avatar for alfredz
Member Avatar for Prakhar_2
Member Avatar for Mahi_6
Member Avatar for Mian_7

I not really familar with C++, but the error seems like you trying to return a value in void function, which is illegal. Try replace the void with the return value datatype. float Saltax::get() { cout << "Enter the salary:"; cin>>x; return x; } Don't forget to change this float …

Member Avatar for John_165
0
175
Member Avatar for John_165

When we build an application, which layer should we start with? From top (UI) to bottom(Data Layer) or bottom to top?

Member Avatar for Dani
1
1K
Member Avatar for John_165

I making an android app which need to display data analysis in Gantt Chart. I implement this library from https://github.com/PhilJay/MPAndroidChart and it runs smoothly in my app. But what I'm worrying is if this library has been removed from github repo, will my app get effected?

Member Avatar for rproffitt
0
1K
Member Avatar for John_165

When I leave a comment (vote with comment ) under someone post , it will increase 2 points for vote up and 0 point for vote down. After I leave the comment and click the vote up button, the user earn 2 points. But after I vote down again, the …

Member Avatar for Dani
2
4K
Member Avatar for Geanna Afera
Member Avatar for John_165
0
352
Member Avatar for John_165

Parents please be aware and very cautious of what your child watches on YouTube and KIDS YOUTUBE. There is a thing called ‘Momo’ that’s instructing kids to kill themselves, turn stoves on while everyone is sleep and even threatening to kill the children if they tell their parents!!! ![download.jpeg](/attachments/large/4/dc1303529642573b46b66ccb1a2992ce.jpeg)

Member Avatar for Reverend Jim
-3
4K
Member Avatar for John_165

Recently I realized that I not receive any email notification from DaniWeb. When I check on the User Settings, I saw this alert message > We have been having problems emailing you. Has your email address changed? Please update your email address to begin receiving email from us again. After …

Member Avatar for John_165
1
4K
Member Avatar for Dani

In programming section, java can be found in Software Development, Mobile Development and Computer Science. Why we need three java as they refer to same thing ?

Member Avatar for happygeek
2
6K
Member Avatar for arazzaq2518
Member Avatar for Leem_1
Member Avatar for dukoolsharma
Member Avatar for John_165

There are **Complementary Goals** in profile page. Where can I find the list of goals and what does this used for ?

Member Avatar for John_165
1
3K
Member Avatar for jacks smith
Member Avatar for teddy
Member Avatar for rproffitt
Member Avatar for dongtrien
Member Avatar for John_165

First of all, I would like to say that the interface is nice, amazing, and user friendly!! Thanks Dani and those who work hard on this !!! But one thing I would like to comment is about the **vote and comment**. It seems like only users with high reputation allow …

Member Avatar for Dani
1
2K
Member Avatar for happygeek
Member Avatar for John_165

The API docs are now found at [ Java Development Kit Version 11 API Specification](https://docs.oracle.com/en/java/javase/11/docs/api/)

Member Avatar for JamesCherrill
0
2K
Member Avatar for [TMMG]
Member Avatar for monitormobile

> New huh? Then how do you explain the numerous other postings by you, from the exact same IP address.... How to check OP's ip address ?

Member Avatar for happygeek
-1
496
Member Avatar for Rizwan_7
Member Avatar for Stefce

Many forums like to use email to inform, example **CodeRanch** and **DreamInCode**. Don't know what's the reason behind..

Member Avatar for Tania_3
3
1K
Member Avatar for John_165

Question from codility test Write a function: class Solution { public int solution(int[] A); } that, given an array A of N integers, returns the smallest positive integer (greater than 0) that does not occur in A. For example, given A = [1, 3, 6, 4, 1, 2], the function …

Member Avatar for JamesCherrill
0
10K
Member Avatar for Navanath_1
Member Avatar for abdelhakeem
Member Avatar for JamesCherrill

> I'm excited for the future. Working on the new design right now and it's making me hopeful. > Can't wait to see the new design. Between, I still waiting for you to reply my message

Member Avatar for mysunindia
0
370
Member Avatar for John_165

Hey guys, I have a little bit confused on below code and output **Main ** public class Main { public static void main(String[] args) { ClassA classA = new ClassA(); System.out.println("====== Before ====="); classA.checking(); System.out.println("===== After ====="); classA.checking(); } } ** Class A** public class ClassA { boolean b = …

Member Avatar for Buy Business
0
588
Member Avatar for codedmp3
Member Avatar for lashbandi

> other than this how we get a full sentence in one line as an input from user if you have questions, please start a new thread

Member Avatar for sandy_5
0
12K
Member Avatar for Cory_3
Member Avatar for John_165
0
614
Member Avatar for imtylerbanks
Member Avatar for John_165

I trying to write a `spring batch` using `SpringBoot`. At first the program will read data from database, then write it to `.csv` file format. This is the code I have tried **Reader** @Bean public ItemReader<A> Reader() throws Exception { List list = new ArrayList<>(); JdbcCursorItemReader<A> reader = new JdbcCursorItemReader<A>(); …

Member Avatar for John_165
0
373
Member Avatar for John_165

I feel hard to understand how the LayoutManager work even the GUI is quite simple. I trying to make the button place below the Tel No JTextField, but it placed beside Address JTextField , not below TelNo JTextField. package gui; import java.awt.BorderLayout; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Insets; import javax.swing.Box; …

Member Avatar for JamesCherrill
0
537

The End.