-
Edited Display minimum value that is not in array
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 … -
Edited Display minimum value that is not in array
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 … -
Edited Display minimum value that is not in array
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 … -
Created Display minimum value that is not in array
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 … -
Began Watching Display minimum value that is not in array
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 … -
Replied To a Post in New Member Introduction
Welcome Rizwan, hope you enjoy here -
Began Watching New Member Introduction
Hello everyone! I am a virtual assistant working for Virtual Sting Ray Tech. I hope you can welcome me here :) -
Replied To a Post in hello every one this is navanat
Just want to say hi -
Replied To a Post in DaniWeb suggestion
Many forums like to use email to inform, example **CodeRanch** and **DreamInCode**. Don't know what's the reason behind.. -
Began Watching DaniWeb suggestion
Since am member of this forum am asking my self one question, why am not informed on time when someone reply to my question? For me the biggest engagement is … -
Replied To a Post in hello every one this is navanat
Hi Navan -
Began Watching hello every one this is navanat
hello i am a digital marketing service provider -
Replied To a Post in Suggestions to refresh DaniWeb
Can't wait to see the new version of this site :) -
Began Watching Suggestions to refresh DaniWeb
So almost everyone who's been here for quite some time will relate to this nostalgic feeling like this once was an active populated city and now it's nearly a ghost … -
Replied To a Post in It lives, it lives!
> 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 … -
Began Watching It lives, it lives!
Praises be to the gods! Just when I thought all hope was lost, not just one but two proper Java questions. Maybe the road to recovery starts here? -
Replied To a Post in Need help to promote site and forums
What is your forum about ? -
Began Watching Need help to promote site and forums
How do I get members on my site and forums -
Marked Solved Status for Boolean value in java
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(); … -
Replied To a Post in Boolean value in java
Thanks @rproffitt, I have the solution. I should use `==` operator to compare the equality of two strings instead of `=`. -
Edited Boolean value in java
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(); … -
Edited Boolean value in java
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(); … -
Edited Boolean value in java
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(); … -
Created Boolean value in java
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(); … -
Began Watching Boolean value in java
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(); … -
Replied To a Post in Android Programming 2d game
What errors you get ? Have you defined MainView in mainfest.xml ? -
Began Watching Android Programming 2d game
I am trying to do my first 2d game in android studio, just for fun and experience, but I am having a major problem. What I want to do is … -
Replied To a Post in Program that just asks the user to enter words
> 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 -
Began Watching Program that just asks the user to enter words
HI.. i had started a thread before about the same code...not sure if i was suppose to keep going in the same one or create a new thread..i am sorry … -
Replied To a Post in Welcome Me!!
:) -
Marked Solved Status for Data not inserted in file using java
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 … -
Marked Solved Status for Data not inserted in file using java
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 … -
Marked Solved Status for Data not inserted in file using java
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 … -
Replied To a Post in Welcome Me!!
Welcome imtylerbanks Please calm down -
Began Watching Welcome Me!!
Hey, I'm Tyler from Buffalo City, NY. I'm a pharmacist and affiliate marketing enthusiast. I have a huge passion for food, hate to stay in comfort zone. -
Revoked Solved Status for Data not inserted in file using java
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 … -
Marked Solved Status for Data not inserted in file using java
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 … -
Marked Solved Status for Data not inserted in file using java
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 … -
Replied To a Post in Data not inserted in file using java
To solve this, I need to move the data that need to be inserted to Processor. public class Processor implements ItemProcessor<A, A> { @Override public A process(A i) throws Exception … -
Edited Data not inserted in file using java
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 … -
Created Data not inserted in file using java
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 … -
Began Watching Data not inserted in file using java
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 … -
Marked Solved Status for GUI Layout Manager
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 … -
Replied To a Post in GUI Layout Manager
> Set the container's layout manager to null by calling setLayout(null). Hi @Lokesh_8, I thought setting layout manager consider as bad practice ? -
Replied To a Post in Android Programming Transition.
> What I want to do is is create a new activity that has a starting screen, and after two seconds, transitions to the app I have provided. Sounds like … -
Began Watching Android Programming Transition.
Hello. I am new to Android Programming, and am using Android Studio to practice with. Right now, I am trying to learn how to create a new Activity and transition … -
Created GUI Layout Manager
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 … -
Began Watching GUI Layout Manager
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 … -
Began Watching Can I add text into a listView of icon ?
I want to add text into icon of the listView , how do I write the code ? You see the image file attached, for this example I add the … -
Created Find The Prime Factors Of An Integer
Hi guys , is me again ! I get stucked on this question Write a program that read an integer and display its smallest prime factors in ascending order. For …
The End.